File size: 118 Bytes
0157ac7
 
 
 
 
1
2
3
4
5
6
"""Configuration management."""

from .settings import Settings, get_settings

__all__ = ["Settings", "get_settings"]