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