mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
6 lines
207 B
Python
6 lines
207 B
Python
from plugins.trezor.qt_generic import QtPlugin
|
|
from keepkeylib.qt.pinmatrix import PinMatrixWidget
|
|
|
|
class Plugin(QtPlugin):
|
|
pin_matrix_widget_class = PinMatrixWidget
|
|
icon_file = ":icons/keepkey.png"
|