10 lines
232 B
Python
10 lines
232 B
Python
# -*- coding: utf-8 -*-
|
|
# @Time : 2024/11/13 上午9:25
|
|
# @Author : 河瞬
|
|
# @FileName: __init__.py.py
|
|
# @Software: PyCharm
|
|
|
|
# from .run_spiders import *
|
|
from .base_spider import BaseSpider
|
|
from .httpx_spider import HttpxSpider
|