You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MiaCTFer/client-1/subdomain/oneforall/common/query.py

10 lines
137 B

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