2026-07-27 09:12:47 +08:00
|
|
|
"""Application-side compute platform gateway module."""
|
2026-07-31 16:10:34 +08:00
|
|
|
|
|
|
|
|
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"]
|