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