4 lines
94 B
Python
4 lines
94 B
Python
from .settings import Settings
|
|
from .functions import config
|
|
|
|
__all__ = ["Settings", "config"] |