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

9 lines
152 B
Python

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