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 (342B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname = "BitBox02"
            4 description = (
            5     "Provides support for the BitBox02 hardware wallet"
            6 )
            7 requires = [
            8     (
            9         "bitbox02",
           10         "https://github.com/digitalbitbox/bitbox02-firmware/tree/master/py/bitbox02",
           11     )
           12 ]
           13 registers_keystore = ("hardware", "bitbox02", _("BitBox02"))
           14 available_for = ["qt"]