mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-01 00:31:22 +00:00
16 lines
243 B
ReStructuredText
16 lines
243 B
ReStructuredText
FSM base classes
|
|
----------------
|
|
|
|
Subclass these to create an FSM that fits your tutorial/challenge.
|
|
|
|
.. automodule:: tfw.fsm
|
|
|
|
.. autoclass:: FSMBase
|
|
:members:
|
|
|
|
.. autoclass:: LinearFSM
|
|
:members:
|
|
|
|
.. autoclass:: YamlFSM
|
|
:members:
|