"""国际 AI 时讯 RSS 源(优先 config/feeds.yaml)。""" from __future__ import annotations from daily.news.feeds_loader import load_categories from daily.news.feeds_types import NewsCategory, NewsFeed NEWS_CATEGORIES: tuple[NewsCategory, ...] = load_categories("intl") __all__ = ["NewsCategory", "NewsFeed", "NEWS_CATEGORIES"]