Updated docs + added TTS backends

This commit is contained in:
2026-06-03 14:01:18 -04:00
parent 226fecbe71
commit c923f90a75
14 changed files with 916 additions and 36 deletions

View File

@@ -6,6 +6,8 @@ from pathlib import Path
SRC_DIR = Path(__file__).resolve().parent / "src"
if str(SRC_DIR) not in sys.path:
# Let the repository checkout run directly without requiring an editable
# install first. Installed packages will still resolve normally.
sys.path.insert(0, str(SRC_DIR))
from saiki.cli import main