6 lines
118 B
Python
6 lines
118 B
Python
"""Configuration management."""
|
|
|
|
from .settings import Settings, get_settings
|
|
|
|
__all__ = ["Settings", "get_settings"]
|