Coverage for src/bluetooth_sig/core/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.11.0, created at 2025-10-30 00:10 +0000
« prev ^ index » next coverage.py v7.11.0, created at 2025-10-30 00:10 +0000
1"""Core Bluetooth SIG standards translator functionality."""
3from __future__ import annotations
5from .translator import BluetoothSIGTranslator
7__all__ = ["BluetoothSIGTranslator"]