URI: 
       t__init__.py - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
       t__init__.py (428B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname = _('Two Factor Authentication')
            4 description = ''.join([
            5     _("This plugin adds two-factor authentication to your wallet."), '<br/>',
            6     _("For more information, visit"),
            7     " <a href=\"https://api.trustedcoin.com/#/electrum-help\">https://api.trustedcoin.com/#/electrum-help</a>"
            8 ])
            9 requires_wallet_type = ['2fa']
           10 registers_wallet_type = '2fa'
           11 available_for = ['qt', 'cmdline', 'kivy']