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