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

@@ -1,5 +1,6 @@
from .project import have_project, create_project, delete_project
from .project import is_project_open, open_project, close_project
from .project import copy_project
from .operation import execute_undo as undo
from .operation import execute_redo as redo