platypush/platypush/schemas/system/_network/__init__.py

9 lines
152 B
Python
Raw Normal View History

from ._model import NetworkInterface
from ._schemas import NetworkInterfaceSchema
__all__ = [
"NetworkInterface",
"NetworkInterfaceSchema",
]