gwift_old/src/gwift/settings/__init__.py

6 lines
139 B
Python

try:
from .local import * # NOQA
except ImportError:
# Dev env by defautl if no local file proviced
from .dev import * # NOQA