8 lines
197 B
Python
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)
|
|
|