Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 446 Bytes

Simple Finite State Machine

This package provides a simple implementation of a Finite State Machine (FSM) in Python.

Installation

To install the package, run the following command:

pip install git+https://github.com/MQ37/le-automata

Usage

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.