phantasmobile/app/settings/__init__.py
2023-07-24 19:08:30 +01:00

4 lines
76 B
Python

try:
from .local import *
except ImportError:
from .common import *