mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 23:51:21 +00:00
13 lines
201 B
ReStructuredText
13 lines
201 B
ReStructuredText
|
FSM base classes
|
||
|
----------------
|
||
|
|
||
|
Subclass these to create an FSM that fits your tutorial/challenge.
|
||
|
|
||
|
.. automodule:: tfw
|
||
|
|
||
|
.. autoclass:: FSMBase
|
||
|
:members:
|
||
|
|
||
|
.. autoclass:: LinearFSM
|
||
|
:members:
|