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

5 lines
68 B
Python

from .settings import get_settings
__all__ = [
"get_settings"
]