platypush/platypush/common/reflection/__init__.py

7 lines
67 B
Python

from ._model import Integration
__all__ = [
"Integration",
]