"""Qubit-Medic client - the lightweight HTTP stub the trainer imports.""" from qubit_medic.client.client import DecoderClient, LocalDecoderClient __all__ = ["DecoderClient", "LocalDecoderClient"]