Files
netbox-audit/app.py
2025-06-30 20:33:10 +03:00

8 lines
197 B
Python

from crud import get_devices_filtered, create_vlans
from type import vimpelcomSWType
devices_vimpelcom = get_devices_filtered(vimpelcomSWType)
vlans_vimpelcom = create_vlans(*devices_vimpelcom)