platypush/platypush/plugins/bluetooth/_ble/__init__.py

6 lines
80 B
Python

from ._manager import BLEManager
__all__ = ["BLEManager"]
# vim:sw=4:ts=4:et: