translate

This commit is contained in:
JrD
2020-05-11 18:36:50 +08:00
parent 8e0daa48a1
commit 038b91b52f
14 changed files with 230 additions and 227 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from . import utils
class Search(Module):
"""
搜索基类
Search base class
"""
def __init__(self):
Module.__init__(self)