Support to list project

This commit is contained in:
WQY\qiong
2022-10-30 23:05:34 +08:00
parent 23ce9d73d0
commit e8abbef5a6
3 changed files with 13 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ def read_inp(name: str, inp: str) -> None:
# operation
############################################################
def list_project() -> list[str]:
return api.list_project()
def get_current_operation(name: str) -> int:
return api.get_current_operation(name)