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

1"""Core Bluetooth SIG standards translator functionality.""" 

2 

3from __future__ import annotations 

4 

5from .translator import BluetoothSIGTranslator 

6 

7__all__ = ["BluetoothSIGTranslator"]