5 lines
90 B
Python
5 lines
90 B
Python
try:
|
|
from .local import * # NOQA
|
|
except ImportError:
|
|
from .base import * # NOQA
|