This package provides a simple implementation of a Finite State Machine (FSM) in Python.
To install the package, run the following command:
pip install git+https://github.com/MQ37/le-automata
To use the FSM package, you can follow the example provided in the example.py
file. The file demonstrates how to create an instance of the FSM and test it with different input words.