Rename file

This commit is contained in:
WQY\qiong
2022-11-18 21:13:05 +08:00
parent d4acd75955
commit b247f8cc0c

7
build_db.py Normal file
View File

@@ -0,0 +1,7 @@
from tjnetwork import *
def inp2db():
read_inp('net3', './inp/net3.inp')
if __name__ == '__main__':
inp2db()