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