Support to set restore operation

This commit is contained in:
WQY\qiong
2023-02-16 22:18:51 +08:00
parent 3c7903e742
commit 8f55b21275
4 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from .database import ChangeSet
from .database import get_current_operation
from .database import execute_undo, execute_redo
from .database import have_snapshot, take_snapshot, pick_snapshot
from .database import pick_operation, sync_with_server, get_restore_operation
from .database import pick_operation, sync_with_server, get_restore_operation, set_restore_operation
from .batch_cmd import execute_batch_command
from .batch_cmds import execute_batch_commands