platypush/platypush/plugins/bluetooth/__init__.py

4 lines
68 B
Python
Raw Normal View History

from ._plugin import BluetoothPlugin
2019-12-11 18:05:17 +01:00
__all__ = ["BluetoothPlugin"]