Add engine wrapper imports

pull/432/head
Callum Leslie 3 years ago
parent 057fc55e1e
commit 12e0b6e532

@ -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
Loading…
Cancel
Save