app/modules/settings/__init__.py

5 lines
95 B
Python

from .settings import Settings
from .functions import config
__all__ = ['Settings', 'config']