Fix SSE route dependency and align architecture docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""Initialize the app.core package."""
|
||||
|
||||
from .config import settings, Settings
|
||||
# Keep package boundaries explicit so backend imports stay predictable.
|
||||
|
||||
|
||||
__all__ = ["settings", "Settings"]
|
||||
Reference in New Issue
Block a user