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

11 lines
162 B
Python

# coding=utf-8
from .module import Module
class Query(Module):
"""
查询基类
"""
def __init__(self):
Module.__init__(self)