5 lines
95 B
Python
5 lines
95 B
Python
from .settings import Settings
|
|
from .functions import config
|
|
|
|
__all__ = ['Settings', 'config']
|