depscreen / app /core /__init__.py
halsabbah's picture
Initial commit — DepScreen backend
dbc1e7d
raw
history blame contribute delete
116 Bytes
"""Core application modules."""
from .config import Settings, get_settings
__all__ = ["Settings", "get_settings"]