Support to export inp

This commit is contained in:
WQY\qiong
2023-02-16 22:39:31 +08:00
parent 8f55b21275
commit b40e8862a7
3 changed files with 110 additions and 1 deletions

View File

@@ -142,6 +142,9 @@ def read_inp(name: str, inp: str) -> None:
def dump_inp(name: str, inp: str) -> None:
return api.dump_inp(name, inp)
def export_inp(name: str) -> ChangeSet:
return api.export_inp(name)
def run_project(name: str) -> str:
return epanet.run_project(name)