Spaces:
Sleeping
Sleeping
| """Application configuration.""" | |
| from __future__ import annotations | |
| from .helpers import project_root | |
| from .settings import Settings, get_settings | |
| __all__ = [ | |
| "Settings", | |
| "get_settings", | |
| "project_root", | |
| ] | |