phantasmobile/app/settings/__init__.py

5 lines
76 B
Python
Raw Normal View History

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