"""Initialize the app.core package.""" from .config import settings, Settings # Keep package boundaries explicit so backend imports stay predictable. __all__ = ["settings", "Settings"]