Skip to content
OTPListModel.py 83 B
Newer Older
from PySide2 import QtCore

class OPTListModel(QtCore.QAbstractListModel):
    pass