This commit is contained in:
Jing Ling
2020-02-29 17:50:41 +08:00
parent fd18639259
commit 3269a9f724
4 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
# coding=utf-8
from .module import Module
class Crawl(Module):
"""
爬虫基类
"""
def __init__(self):
Module.__init__(self)