def __init__(self, array, v_t, w): #add teleport thing Action.__init__(self, array, v_t, w)
def __init__(self, array, v_t, w): Action.__init__(self, array, v_t, w)
def __init__(self, data=None, log=False, queryOnly=False): Action.__init__(self, data) self.log = log self.queryOnly = queryOnly