Python Statecharts#

Miros is a statechart library written in Python. A statechart is a hierarchical state machine (HSM), running within its own thread. If you program using statecharts, you will have the ability to quickly translate your design goals into robust, understandable, working code.

Contents#