7 lines
123 B
Python
7 lines
123 B
Python
class SocketIO(object):
|
|
|
|
def __init__(self, host, port):
|
|
pass
|
|
|
|
def on(self, event, callback):
|
|
pass
|