mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-13 23:03:26 +00:00
11 lines
175 B
Python
11 lines
175 B
Python
from .models import *
|
|
from .repositories import *
|
|
from .services import *
|
|
|
|
__all__ = [
|
|
"OpenaiSpeechRepository",
|
|
"STTProtocol",
|
|
"SpeechService",
|
|
"SttVoice",
|
|
]
|