voicepeak_api/config/__init__.py

3 lines
154 B
Python
Raw Normal View History

from .settings import get_config, Config, DevelopmentConfig, ProductionConfig
__all__ = ['get_config', 'Config', 'DevelopmentConfig', 'ProductionConfig']