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

4 lines
65 B
Python
Raw Normal View History

from ._manager import LegacyManager
__all__ = ["LegacyManager"]