5 lines
107 B
Python
5 lines
107 B
Python
|
|
from app.core.config import settings
|
||
|
|
from app.core.logging import logger
|
||
|
|
|
||
|
|
__all__ = ["settings", "logger"]
|