tom | e2918e6 | 2014-09-12 18:23:20 -0700 | [diff] [blame] | 1 | #!/usr/bin/python |
2 | import sys, solar | ||||
alshabib | 339a3d9 | 2014-09-26 17:54:32 -0700 | [diff] [blame] | 3 | topo = solar.Solar(cips=sys.argv[1:]) |
tom | e2918e6 | 2014-09-12 18:23:20 -0700 | [diff] [blame] | 4 | topo.run() |