hmm...some import went missing
This commit is contained in:
parent
9853118d6c
commit
51ae3033b9
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ import logging
|
|||
from helpers.os_environment import isMacOS
|
||||
from helpers.device_manager import DeviceManager
|
||||
|
||||
import pyttsx3
|
||||
import config
|
||||
from typing import Dict, List
|
||||
|
||||
setproctitle.setproctitle("BAPSicle - Server")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue