Files

7 lines
187 B
Python
Raw Permalink Normal View History

"""Initialize the app.core package."""
2026-05-14 15:07:34 +08:00
from .config import settings, Settings
# Keep package boundaries explicit so backend imports stay predictable.
2026-05-14 15:07:34 +08:00
__all__ = ["settings", "Settings"]