fixed imports

This commit is contained in:
TallGorilla 2021-10-09 12:47:49 +02:00
parent a4bed18e5b
commit c7e24cf9d4
2 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ import os
import speech_recognition as sr
from actions import (
change_volume,
change_rate,
change_voice,
change_volume,
search_engine_selector,
speak,
wish_me,

View File

@ -1,9 +1,9 @@
import configparser
import datetime
import webbrowser
import pyttsx3
import requests
import configparser
def search_engine_selector(config):