rohaquinlop / automathon

A Python library for simulating and visualizing finite automata
https://rohaquinlop.github.io/automathon/
MIT License
61 stars 2 forks source link

Refactor private methods #45

Closed rohaquinlop closed 1 month ago

rohaquinlop commented 1 month ago

In order to have real private python methods in the classes, refactor the code to use double underscores (__) at the beginning of the private methods instead of a single underscore (_) as it's currently in the code.