hwerbi

Results 2 comments of hwerbi

> Hello @caiolopes, @fgmacedo, > > I have implemented this solution: > > ```python > from graphviz import Digraph > > def plot_state_machine(state_machine, name='state_machine'): > dg = Digraph(comment=name) > for...

Yes it can be in practice, but in state machine foundation a final state is required for the definition.