Support random check out different snapshot

This commit is contained in:
wqy
2022-09-03 08:23:28 +08:00
parent efc33a7a86
commit bdb08c6798
4 changed files with 129 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ from .project import is_project_open, open_project, close_project
from .operation import execute_undo as undo
from .operation import execute_redo as redo
from .operation import take_snapshot, pick_snapshot
from .s0_base import is_node, is_junction, is_reservoir, is_tank
from .s0_base import is_link, is_pipe, is_pump, is_valve