app/modules/settings/__init__.py

5 lines
95 B
Python
Raw Normal View History

2024-04-19 16:59:43 +00:00
from .settings import Settings
2024-04-19 19:39:11 +00:00
from .functions import config
2024-04-19 16:59:43 +00:00
2024-04-19 20:02:44 +00:00
__all__ = ['Settings', 'config']