seshat-tts
CI / Tests (3.10) (push) Waiting to run
CI / Tests (3.13) (push) Waiting to run

This commit is contained in:
2026-05-22 05:54:01 -04:00
commit 75fc1afa53
48 changed files with 4192 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from __future__ import annotations
from seshat_tts.app import main
if __name__ == "__main__":
main()