PsycologyAPI/web_spider/__init__.py

10 lines
232 B
Python
Raw Permalink Normal View History

2024-11-29 09:09:32 +00:00
# -*- 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