Expose current operation to client

This commit is contained in:
wqy
2022-09-17 23:56:53 +08:00
parent 5f87bb9e97
commit 6a8db3f661
3 changed files with 13 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ from .project import copy_project
from .change_set import ChangeSet
from .operation import get_current_operation
from .operation import execute_undo as undo
from .operation import execute_redo as redo
from .operation import have_snapshot, take_snapshot, pick_snapshot