phantasmobile/app/settings/__init__.py

4 lines
76 B
Python
Raw Normal View History

2023-07-24 12:05:45 +01:00
try:
from .local import *
except ImportError:
from .common import *