Files
TJWaterServer/parser_demo.py
WQY\qiong 75aec8e40e Add inps
2022-10-15 18:06:10 +08:00

7 lines
134 B
Python

from tjnetwork import *
def inp2db():
read_inp('changshu', './inp/v-16常熟模型.inp')
if __name__ == '__main__':
inp2db()