'hm'
This commit is contained in:
parent
92c64577ca
commit
971ff7fd4f
@ -67,6 +67,7 @@ class automata:
|
||||
if value == i:
|
||||
# append next node
|
||||
result.append(connections[value])
|
||||
print(result)
|
||||
# return list of next nodes
|
||||
return result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user