platypush/platypush/plugins/bluetooth/_model/_service/__init__.py

7 lines
73 B
Python

from ._directory import ServiceClass
__all__ = [
"ServiceClass",
]