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 (241B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname = 'Digital Bitbox'
            4 description = _('Provides support for Digital Bitbox hardware wallet')
            5 registers_keystore = ('hardware', 'digitalbitbox', _("Digital Bitbox wallet"))
            6 available_for = ['qt', 'cmdline']