3 lines
154 B
Python
3 lines
154 B
Python
from .settings import get_config, Config, DevelopmentConfig, ProductionConfig
|
|
|
|
__all__ = ['get_config', 'Config', 'DevelopmentConfig', 'ProductionConfig'] |