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

12 lines
154 B
Python

from ._model import BluetoothDevice
from ._scanner import DeviceScanner
__all__ = [
"BluetoothDevice",
"DeviceScanner",
]
# vim:sw=4:ts=4:et: