car_ui/services/__init__.py
2026-03-31 23:08:45 +03:00

4 lines
116 B
Python

from .bluetooth_service import BluetoothService, BluetoothDevice
__all__ = ["BluetoothService", "BluetoothDevice"]