ronitraj's picture
Real env: openenv-core wrapped DecoderEnvironment + /healthz + /decode
195f87e verified
raw
history blame contribute delete
198 Bytes
"""Qubit-Medic client - the lightweight HTTP stub the trainer imports."""
from qubit_medic.client.client import DecoderClient, LocalDecoderClient
__all__ = ["DecoderClient", "LocalDecoderClient"]