liumaolin
refactor(config): centralize configuration management in `project_config`
8f68d0a
"""
核心模块
包含配置、枚举等核心组件
"""
from project_config import settings, PROJECT_ROOT, API_SERVER_ROOT
__all__ = ["settings", "PROJECT_ROOT", "API_SERVER_ROOT"]