Support to copy project

This commit is contained in:
wqy
2022-09-03 08:28:13 +08:00
parent bdb08c6798
commit eaefc61a87
3 changed files with 9 additions and 2 deletions

View File

@@ -35,6 +35,9 @@ def open_project(name: str) -> None:
def close_project(name: str) -> None:
return api.close_project(name)
def copy_project(source: str, new: str) -> None:
return api.copy_project(source, new)
############################################################
# operation