# 触发所有平台配置注册 from app.services.ingest.configs import * # noqa: F401, F403 from app.services.ingest.service import IngestService __all__ = ["IngestService"]