Support to list project
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user