historical/toontown-classic.git/panda/direct/fsm/__init__.py

7 lines
234 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
This package contains implementations of a Finite State Machine, an
abstract construct that holds a particular state and can transition
between several defined states. These are useful for a range of logic
programming tasks.
"""