electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

__init__.py (148B)


      1 from electrum.i18n import _
      2 
      3 fullname = _('Email')
      4 description = _("Send and receive payment request with an email account")
      5 available_for = ['qt']