mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
7 lines
88 B
Python
7 lines
88 B
Python
#!/usr/bin/python
|
|
|
|
from onosnet import run
|
|
from dual import DualTopo
|
|
|
|
run( DualTopo() )
|