network_inventory/devices/models/__init__.py

10 lines
182 B
Python

from .warranty import Warranty, WarrantyType
from .device import (
ConnectedDevice,
Device,
DeviceCategory,
DeviceInNet,
DeviceManufacturer,
HardwareModel,
)