Support to dump inp

This commit is contained in:
WQY\qiong
2022-11-18 23:47:35 +08:00
parent 55a511f7fd
commit d73b90c20a
3 changed files with 116 additions and 4 deletions

View File

@@ -126,6 +126,9 @@ def copy_project(source: str, new: str) -> None:
def read_inp(name: str, inp: str) -> None:
return api.read_inp(name, inp)
def dump_inp(name: str, inp: str) -> None:
return api.dump_inp(name, inp)
############################################################
# operation