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

5 lines
69 B
Python
Raw Normal View History

from ._base import BluetoothService
__all__ = ['BluetoothService']