summaryrefslogtreecommitdiff
path: root/src/kicadtoNgspice/TrackWidget.py
blob: 37785a0a0ddf93b6d3cbf9be41d3996f27f6034b (plain)
1
2
3
4
5
6
7
class TrackWidget:
    """
    This Class track the widget of Kicad to NgSpice converter 
    module in the form of list
    """
    sourcelisttrack = {"ITEMS":"None"}
    entry_var = {"ITEMS":"None"}