Files
OneForAll-mirror/oneforall/common/crawl.py
T
Jing Ling 3269a9f724 pep8
2020-02-29 17:50:41 +08:00

10 lines
146 B
Python

from .module import Module
class Crawl(Module):
"""
爬虫基类
"""
def __init__(self):
Module.__init__(self)