from tjnetwork import * def inp2db(): read_inp('net3', './net3.inp') if __name__ == '__main__': inp2db()