Some stuff

This commit is contained in:
2024-02-13 14:15:27 +01:00
parent 3567b9dc75
commit e8121e3e8d
14 changed files with 229 additions and 0 deletions

2
src/engines/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from . import TTSEngine
from .BaseEngine import BaseEngine