8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8261cba commit 3e2cccbCopy full SHA for 3e2cccb
algorithms/automata/__init__.py
@@ -1 +1 @@
1
-from .DFA import *
+from .dfa import *
algorithms/automata/DFA.py renamed to algorithms/automata/dfa.py
0 commit comments