summaryrefslogtreecommitdiff
path: root/src/kicadtoNgspice/Model.py
blob: 4e2f78657de4d474064f536cb12c86b4850ca0bf (plain)
1
2
3
4
5
6
7
8
9

from PyQt4 import QtGui

class Model(QtGui.QWidget):
    
    def __init__(self):
        QtGui.QWidget.__init__(self)
        print "Start Ngspice Modelling"