We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48926d6 commit aafce3bCopy full SHA for aafce3b
main.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
import typer
3
-from antlr4 import *
+from antlr4 import InputStream, CommonTokenStream
4
from generated.MyLexer import MyLexer
5
from generated.MyParser import MyParser
6
0 commit comments