Files
YG_FT/backend/app/modules/compute_gateway/__init__.py
wangjiming 242407b676 update
2026-07-31 16:10:34 +08:00

7 lines
249 B
Python

"""Application-side compute platform gateway module."""
from app.modules.compute_gateway.client import ComputeNodeClient
from app.modules.compute_gateway.sync import poll_compute_jobs_once
__all__ = ["ComputeNodeClient", "poll_compute_jobs_once"]