JobData/app/services/ingest/__init__.py
2026-03-22 23:22:30 +08:00

6 lines
178 B
Python

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