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,5 +1,5 @@
from agno.tools import Toolkit
from app.utils.wrapper_handler import WrapperHandler
from app.utils import WrapperHandler
from app.news.base import NewsWrapper, Article
from app.news.news_api import NewsApiWrapper
from app.news.googlenews import GoogleNewsWrapper