# TS-01 mirror allow-list — src modules covered by a differently-named test.
_devices.py    # exercised via transport tests (device backends)
_storage.py    # exercised via transport tests (storage backends)
_version.py    # version constant — covered by the smoke + public-API tests
client.py          # covered by tests/unit/.../test_client_*.py (operations/queries facade)
queries.py         # covered by the query/read tests under tests/unit/
operations.py      # covered by the operation/submit tests under tests/unit/
base.py            # transport Protocol — covered by test_transport_protocol.py
inprocess.py       # covered by the in-process transport tests under tests/unit/
async_inprocess.py # covered by the async transport tests under tests/unit/
