platypush/platypush/plugins/bluetooth/_legacy/_model/__init__.py

9 lines
139 B
Python

from ._device import BluetoothDevice
from ._service import BluetoothService
__all__ = [
"BluetoothDevice",
"BluetoothService",
]