更改enroll命名,添加了注释,向get_error_msg中添加了一些错误代码

This commit is contained in:
ygm1881
2022-05-05 22:59:35 +08:00
parent 51b5e374a3
commit ece69eaf57
4637 changed files with 7699 additions and 608140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from typing import List, Optional
__version__ = "22.0.4"
__version__ = "21.3.1"
def main(args: Optional[List[str]] = None) -> int: