Files
zcglxt/backend/app/core/__init__.py

7 lines
91 B
Python

"""
核心模块初始化
"""
from app.core.config import settings
__all__ = ["settings"]