项目初始化

This commit is contained in:
2026-07-02 11:31:16 +08:00
commit eef4c76e3f
64 changed files with 13369 additions and 0 deletions

3
daily/news/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from daily.news.fetch import fetch_ai_news, format_news_section
__all__ = ["fetch_ai_news", "format_news_section"]