Files
OneForAll-mirror/common/query.py
T
Jing Ling 9847ca6ecc typos
2020-08-22 00:08:50 +08:00

10 lines
147 B
Python

from common.module import Module
class Query(Module):
"""
Query base class
"""
def __init__(self):
Module.__init__(self)