2024-04-19 19:39:11 +00:00

4 lines
94 B
Python

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