6 lines
146 B
Python
6 lines
146 B
Python
from electrum.i18n import _
|
|
|
|
fullname = _('PayServer')
|
|
description = 'run a HTTP server for receiving payments'
|
|
available_for = ['qt', 'cmdline']
|