mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
7 lines
100 B
Python
7 lines
100 B
Python
#!/usr/bin/python
|
|
|
|
from onosnet import run
|
|
from ukRegion import UkRegionTopo
|
|
|
|
run( UkRegionTopo() )
|