1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-07-13 23:03:26 +00:00
voice_assistant/src/assistant/lib/stt/__init__.py
2023-10-07 05:53:49 +03:00

11 lines
175 B
Python

from .models import *
from .repositories import *
from .services import *
__all__ = [
"OpenaiSpeechRepository",
"STTProtocol",
"SpeechService",
"SttVoice",
]