platypush/platypush/plugins/bluetooth/__init__.py

4 lines
68 B
Python

from ._plugin import BluetoothPlugin
__all__ = ["BluetoothPlugin"]