blob: 0c50dda618e01defd9083862392b467c192dab08 [file] [log] [blame]
peusterm58310762016-01-12 17:09:20 +01001"""
2son-emu network CLI
3"""
4
5
6def main(argv):
7 print "This is the son-emu network CLI."
8 print "Arguments: %s" % str(argv)