alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
112 stars 12 forks source link

Adding Banner #23

Closed lucas-andre closed 4 years ago

lucas-andre commented 4 years ago

Small art I did, because I really liked the project.

codecov-io commented 4 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   96.10%   96.10%           
=======================================
  Files           7        7           
  Lines         154      154           
=======================================
  Hits          148      148           
  Misses          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bb96cf3...96f0e43. Read the comment docs.

lucas-andre commented 4 years ago

My teacher used the library as an example to explain some things about logic circuits, so, as I am participating in the hacktoberfest and I have to make pull requests, I decided to combine the useful with the pleasant and make a contribution to this project, because I liked it.