AiNewsV2 / __init__
Phoenix21's picture
corrected the file name
a6e076e
raw
history blame contribute delete
267 Bytes
# Root package initialization
from graph import create_news_search_workflow,create_article_scraper_workflow,create_blog_generator_workflow
from LLMS import initialize_llm
from core import generate_ai_news_blog
from ui import display_workflow, display_blog, launch_ui