diff --git a/tts/engine_wrapper.py b/tts/engine_wrapper.py new file mode 100644 index 0000000..8296935 --- /dev/null +++ b/tts/engine_wrapper.py @@ -0,0 +1,7 @@ +from pathlib import Path +from mutagen.mp3 import MP3 +from utils.console import print_step, print_substep +from rich.progress import track + +class TTSEngine: + pass \ No newline at end of file