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 (214B)
       ---
            1 from electrum.i18n import _
            2 
            3 fullname =  _('Audio MODEM')
            4 description = _('Provides support for air-gapped transaction signing.')
            5 requires = [('amodem', 'http://github.com/romanz/amodem/')]
            6 available_for = ['qt']
            7