Add API covnertv3tov2
This commit is contained in:
@@ -222,6 +222,9 @@ def run_inp(name: str) -> str:
|
||||
def dump_output(path: str) -> str:
|
||||
return epanet.dump_output(path)
|
||||
|
||||
#DingZQ, 2024-12-28, convert inp v3 to v2
|
||||
def convert_inp_v3_to_v2(inp: str) -> ChangeSet:
|
||||
return api.convert_inp_v3_to_v2(inp)
|
||||
|
||||
############################################################
|
||||
# operation
|
||||
|
||||
Reference in New Issue
Block a user