def __init__(self): SimulationModule.__init__(self) return
def __init__(self, order): SimulationModule.__init__(self) self.order = order return