def __init__(self, socket, shared_secret): socket.setblocking(0) self.socket = socket self.shared_secret = shared_secret return