2026-04-16 11:52:18 +03:00

7 lines
96 B
Python

from .app import app
from .conf import get_settings
__all__ = [
"app",
"get_settings"
]