mirror of
https://github.com/Dasemu/DesktopAssistant.git
synced 2026-02-04 04:30:20 +00:00
fixed imports
This commit is contained in:
@@ -1,25 +1,14 @@
|
||||
import configparser
|
||||
import os
|
||||
import speech_recognition as sr
|
||||
|
||||
import speech_recognition as sr
|
||||
from pygame import mixer
|
||||
|
||||
from actions import search_engine_selector, speak, wishMe
|
||||
|
||||
from commands import (
|
||||
command_bye,
|
||||
command_hello,
|
||||
command_mail,
|
||||
command_nothing,
|
||||
command_pauseMusic,
|
||||
command_playMusic,
|
||||
command_stopMusic,
|
||||
command_unpauseMusic,
|
||||
command_whatsup,
|
||||
command_wikipedia,
|
||||
command_open,
|
||||
command_search
|
||||
)
|
||||
from commands import (command_bye, command_hello, command_mail,
|
||||
command_nothing, command_open, command_pauseMusic,
|
||||
command_playMusic, command_search, command_stopMusic,
|
||||
command_unpauseMusic, command_whatsup, command_wikipedia)
|
||||
|
||||
mixer.init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user