install ryu,networkx
[osm/vim-emu.git] / emuvim / cli / network.py
1 """
2 son-emu network CLI
3 (c) 2016 by Manuel Peuster <manuel.peuster@upb.de>
4 """
5
6
7 def main(argv):
8 print "This is the son-emu network CLI."
9 print "Arguments: %s" % str(argv)