TrendRadar/trendradar/crawler/__init__.py
2025-12-13 13:44:35 +08:00

9 lines
136 B
Python

# coding=utf-8
"""
爬虫模块 - 数据抓取功能
"""
from trendradar.crawler.fetcher import DataFetcher
__all__ = ["DataFetcher"]