PuppyProxy/python/puppy/puppyproxy/interface/test.py
2017-04-09 22:45:42 -05:00

7 lines
156 B
Python

def test_cmd(client, args):
print("args:", ', '.join(args))
print("ping:", client.ping())
def load_cmds(cons):
cons.set_cmd("test", test_cmd)