0c50dda618e01defd9083862392b467c192dab08
[osm/vim-emu.git] / emuvim / cli / network.py
1 """
2 son-emu network CLI
3 """
4
5
6 def main(argv):
7 print "This is the son-emu network CLI."
8 print "Arguments: %s" % str(argv)