web2api / core /config /__init__.py
ohmyapi's picture
feat: align hosted Space deployment with latest upstream
77169b4
"""配置层 数据模型与持久化(独立 DB,不修改现有 config_db)。"""
from core.config.schema import AccountConfig, ProxyGroupConfig
from core.config.repository import ConfigRepository
__all__ = [
"AccountConfig",
"ProxyGroupConfig",
"ConfigRepository",
]