osnova-api-alert/config/__init__.py

8 lines
81 B
Python
Raw Normal View History

2024-10-08 11:26:04 +00:00
from .config import conf, STATIC_DIR
2024-10-10 10:55:50 +00:00
2024-10-08 11:26:04 +00:00
__all__ = [
"conf",
STATIC_DIR,
]