platypush/platypush/schemas/system/_fan/__init__.py

5 lines
88 B
Python

from ._model import Fan
from ._schemas import FanSchema
__all__ = ["Fan", "FanSchema"]