Exemplo n.º 1
0
 def __init__(self, Q, S, R, initial_state):
     self.transition_map = {}
     Automata.__init__(self, Q, S, R, initial_state)