Odysseus v1.0
This commit is contained in:
9
services/tts/__init__.py
Normal file
9
services/tts/__init__.py
Normal file
@@ -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