socketIO-client/experiments/socketIO_client/__init__.py
2014-11-30 05:58:02 -05:00

7 lines
123 B
Python

class SocketIO(object):
def __init__(self, host, port):
pass
def on(self, event, callback):
pass