"""Python bindings for the asic-rs miner management library.
The package exposes the same high-level concepts as the Rust crate:
`MinerFactory` discovers miners, `Miner` gathers telemetry and performs
supported controls, and `pyasic_rs.data` / `pyasic_rs.config` provide shared
Pydantic-compatible models.
"""
=