7 lines
108 B
Python
7 lines
108 B
Python
from electrum.i18n import _
|
|
|
|
fullname = _('SwapServer')
|
|
description = ''
|
|
|
|
available_for = ['qt', 'cmdline']
|