guilhermegm / Easy-FSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy-FSM

This is just a simple FSM example where you can build easily your own FSM.

You just have to create a Class representing each State of your finite machine and it's transitions, as the example in my_fsm.py.

About


Languages

Language:Python 100.0%