You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-12 22:50:22 +02:00
updated namespace with imports for new layout
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
#!/usr/local/bin/python3.8
|
||||
import SpeechRecognition
|
||||
import Text2Speech
|
||||
from Command import Command
|
||||
import config
|
||||
import modules
|
||||
import os
|
||||
from Controls.Control import Control
|
||||
from General import SpeechRecognition, Text2Speech
|
||||
from Features.Command import Command
|
||||
import config
|
||||
|
||||
if config.double_clap_activation:
|
||||
import RPi.GPIO as GPIO
|
||||
|
Reference in New Issue
Block a user