This commit is contained in:
Jing Ling
2019-08-02 00:35:53 +08:00
committed by GitHub
parent 2eda73ed34
commit 9d581e5134
82 changed files with 129461 additions and 751 deletions
+10
View File
@@ -0,0 +1,10 @@
# coding=utf-8
from .module import Module
class Query(Module):
"""
查询基类
"""
def __init__(self):
Module.__init__(self)