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 278d77f commit 59e2980Copy full SHA for 59e2980
cli/main.py
@@ -2,13 +2,7 @@
2
import sys
3
import typer
4
5
-# this is the analyzer
6
-from spice.analyze import analyze_file
7
-
8
-# here we import utilities
9
-from cli.utils.get_translation import get_translation
10
11
-# here we import the commands
+# import commands
12
from cli.commands.translate import translate_command
13
from cli.commands.hello import hello_command
14
from cli.commands.version import version_command
0 commit comments