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