Try change set to record result

This commit is contained in:
wqy
2022-09-06 21:33:09 +08:00
parent 57728681b6
commit c99a1d728b
3 changed files with 23 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ 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 .change_set import ChangeSet
from .operation import execute_undo as undo
from .operation import execute_redo as redo
from .operation import have_snapshot, take_snapshot, pick_snapshot