7 lines
91 B
Python
7 lines
91 B
Python
"""
|
|
核心模块初始化
|
|
"""
|
|
from app.core.config import settings
|
|
|
|
__all__ = ["settings"]
|