network_inventory/devices/models/__init__.py

9 lines
161 B
Python

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