mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-17 02:56:18 +00:00
feat: [#28] models update
This commit is contained in:
13
src/assistant/lib/models/tts/__init__.py
Normal file
13
src/assistant/lib/models/tts/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from .base import *
|
||||
from .languages import *
|
||||
|
||||
__all__ = [
|
||||
"BaseLanguageCodesEnum",
|
||||
"BaseVoiceModel",
|
||||
"ElevenLabsLanguageCodesEnum",
|
||||
"LANGUAGE_CODES_ENUM_TYPE",
|
||||
"TTSCreateRequestModel",
|
||||
"TTSCreateResponseModel",
|
||||
"TTSSearchVoiceRequestModel",
|
||||
"YandexLanguageCodesEnum",
|
||||
]
|
||||
Reference in New Issue
Block a user