mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
5 lines
83 B
Python
5 lines
83 B
Python
#!/usr/bin/python
|
|
import sys, solar
|
|
topo = solar.Solar(cip=sys.argv[1])
|
|
topo.run()
|