mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2025-12-21 17:37:15 +08:00
9 lines
136 B
Python
9 lines
136 B
Python
# coding=utf-8
|
|
"""
|
|
爬虫模块 - 数据抓取功能
|
|
"""
|
|
|
|
from trendradar.crawler.fetcher import DataFetcher
|
|
|
|
__all__ = ["DataFetcher"]
|