1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-11-28 21:39:53 +02:00

add update command, bool answers on questions, one modules import file

This commit is contained in:
MarkParker5
2020-11-04 20:39:48 +02:00
parent fb561ac4f7
commit 4e038efd38
12 changed files with 86 additions and 40 deletions

View File

@@ -1,10 +1,8 @@
import SpeechRecognition
import Text2Speech
import SmallTalk
import Media
from Command import Command
import config
import QA
import modules
listener = SpeechRecognition.SpeechToText()
voice = Text2Speech.Engine()