# coding=utf-8 from .module import Module class Crawl(Module): """ """ def __init__(self): Module.__init__(self)