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 (272B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname = 'Trezor Wallet'
            4 description = _('Provides support for Trezor hardware wallet')
            5 requires = [('trezorlib','pypi.org/project/trezor/')]
            6 registers_keystore = ('hardware', 'trezor', _("Trezor wallet"))
            7 available_for = ['qt', 'cmdline']
            8