What's Changed
* feat(finite_automata): 8 refactor by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/9
* feat(back): 13 update dfa and nfa classes by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/19
* feat(NFA|DFA): 20 update the docstrings by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/21
* feat(license): remove license by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/23
* feat(license): add MIT license by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/24
* feat(license): update license in setup.py by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/25
* feat(docs): 11 add documentation website by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/26
* feat(docs): 11 update docs url by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/27
* feat(docs): 11 update docs website and readme by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/28
* refac(dfa): 17 refactor accept and product funcs by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/29
* refac(nfa): 17 is_valid by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/30
* refac(nfa): 17 accept by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/31
* refac(nfa): 17 remove_epsilon_transitions by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/32
* refac(nfa): 17 get_dfa by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/33
* feat(dfa): 16 binary_operation by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/34
* feat(dfa): 16 add difference and symmetric difference algorithms by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/35
* feat(nfa): 16 add intersection by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/36
* feat(docs): 37 update documentation by rohaquinlop in https://github.com/rohaquinlop/automathon/pull/38
**Full Changelog**: https://github.com/rohaquinlop/automathon/compare/v0.0.13...v0.0.15