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

10 lines
146 B
Python

from .module import Module
class Query(Module):
"""
查询基类
"""
def __init__(self):
Module.__init__(self)