Beispiel #1
0
 def __init__(self, event_time, component):
     State.__init__(self, event_time, component)
Beispiel #2
0
 def __init__(self, event_time, component: Component):
     State.__init__(self, event_time, component)
     print(f"State send : {type(self).__name__}")