Quick parser to load inp
This commit is contained in:
7
parser_demo.py
Normal file
7
parser_demo.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from tjnetwork import *
|
||||
|
||||
def inp2db():
|
||||
read_inp('net3', './net3.inp')
|
||||
|
||||
if __name__ == '__main__':
|
||||
inp2db()
|
||||
Reference in New Issue
Block a user