jtushman / state_machine

Python State Machine for humans
MIT License
400 stars 31 forks source link

Dynamically generate FSM from given params? #33

Open AlucardNosferatu opened 3 years ago

AlucardNosferatu commented 3 years ago

I see states and events are registered via annotations, which is hard to be altered during runtime, I wonder if it can generate FSM from given variables? Thx!