6 lines
192 B
Python
6 lines
192 B
Python
|
|
from electrum.i18n import _
|
||
|
|
|
||
|
|
fullname = 'QML Plugin Test'
|
||
|
|
description = '%s\n%s' % (_("Plugin to test QML integration from plugins."), _("Note: Used for development"))
|
||
|
|
available_for = ['qml']
|