1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 16:20:57 +00:00

Merge pull request #350 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