1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-21 01:29:05 +00:00

Merge pull request from cclauss/patch-1

from __future__ import print_function
This commit is contained in:
Will Binns 2017-08-24 07:00:00 -06:00 committed by GitHub
commit 329b223c45

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python
from __future__ import print_function
from pycoin.key import Key
from pycoin.key.validate import is_address_valid, is_wif_valid