mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
Odysseus v1.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# services/tts/__init__.py
|
||||
"""TTS service — text-to-speech."""
|
||||
|
||||
from .tts_service import (
|
||||
TTSService,
|
||||
get_tts_service,
|
||||
)
|
||||
|
||||
__all__ = ["TTSService", "get_tts_service"]
|
||||
Reference in New Issue
Block a user