4 lines
74 B
Python
4 lines
74 B
Python
# config/__init__.py
|
|
from .settings import Settings
|
|
|
|
settings = Settings() |