Files
OneForAll-mirror/oneforall/common/crawl.py
T
Jing Ling 9d581e5134 v0.0.1
2019-08-02 00:35:53 +08:00

11 lines
146 B
Python

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