Riorganizzati gli import

This commit is contained in:
2025-10-04 20:07:33 +02:00
parent f8b41cd63a
commit 6cd97b2864
9 changed files with 127 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
import gradio as gr
from agno.utils.log import log_info #type: ignore
from dotenv import load_dotenv
from app.chat_manager import ChatManager
from app import ChatManager
if __name__ == "__main__":