mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
7 lines
82 B
Python
7 lines
82 B
Python
#!/usr/bin/python
|
|
|
|
from onosnet import run
|
|
from uk import UkTopo
|
|
|
|
run( UkTopo() )
|