File: __init__.py

package info (click to toggle)
python-ledger-bitcoin 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 9,357; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
6
from . import secp256k1

try:
    from micropython import const
except:
    const = lambda x: x