File size: 115 Bytes
ff0e79e
 
 
 
 
1
2
3
4
5
6
"""Configuration module"""

from .config_loader import Config, get_config

__all__ = ['Config', 'get_config']