File size: 254 Bytes
81d9a9d |
1 2 3 4 5 6 7 8 9 10 11 |
from .chat_navegation import chat_model
from .TTS import tts
from .whisper_api import whisper
from .log_handler import log_handler
chat_model = chat_model.chat_model
TTS = tts.TTS
whisper_api = whisper.whisper_api
log_handler = log_handler.log_handler
|