Group inp files

This commit is contained in:
WQY\qiong
2022-11-18 22:02:42 +08:00
parent 53ffcb6e0f
commit c620faadca
29 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
from tjnetwork import *
# bwsn fail to update control ...
file = 'fengxian'
def inp2db():
read_inp('net3', './inp/net3.inp')
read_inp(file, f'./inp/{file}.inp')
if __name__ == '__main__':
inp2db()