//! Client implementations for the EDI-Energy electricity market APIs.
//!
//! These are the **Lieferant / NB** side — callers that consume APIs offered
//! by MSB or NB endpoints.
//!
//! | Module | API | Spec |
//! |--------------------|----------------------------------|-------------------|
//! | [`control_measures`] | Grid control commands (NB/LF → MSB and responses) | `controlMeasuresV1.yaml` |
//! | [`malo_ident`] | MaLo-ID retrieval (LF → NB) | `maloIdentV1.yaml`|
pub use ControlMeasuresClient;
pub use MaloIdentClient;