machinery v0.4.0 API Reference
Modules
Main Machinery module.
It keeps the bunk of the Machinery logics, it’s the module that
will be imported with use
on the module that the state machine will
be implemented
Machinery module responsible for control transitions, guard functions and callbacks (before and after). This is meant to be for internal use only