We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64954fc commit 282cfecCopy full SHA for 282cfec
1 file changed
addon/globalPlugins/devHelper/__init__.py
@@ -1,11 +1,7 @@
1
-import api
2
import characterProcessing
3
import globalPluginHandler
4
import languageHandler
5
import speech
6
-import textInfos
7
-import ui
8
-from scriptHandler import script
9
10
SPACE = characterProcessing.processSpeechSymbol(languageHandler.getLanguage(), " ")
11
end_utterance_command = speech.commands.EndUtteranceCommand()
0 commit comments