国内AI时讯
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
from daily.news.fetch import fetch_ai_news, format_news_section
|
||||
from daily.news.fetch import (
|
||||
fetch_ai_news,
|
||||
fetch_cn_ai_news,
|
||||
format_cn_news_section,
|
||||
format_news_section,
|
||||
)
|
||||
|
||||
__all__ = ["fetch_ai_news", "format_news_section"]
|
||||
__all__ = [
|
||||
"fetch_ai_news",
|
||||
"fetch_cn_ai_news",
|
||||
"format_news_section",
|
||||
"format_cn_news_section",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user