btclib-org / btclib

btclib: a python3 library for 'bitcoin cryptography'
https://btclib.org
MIT License
97 stars 42 forks source link

Re-import Tx subclasses into btclib.tx #73

Closed matejcik closed 1 year ago

matejcik commented 1 year ago

It should be possible to write:

from btclib.tx import Tx, TxIn, TxOut

instead of manually importing each from btclib.tx.tx_whatever.

fametrano commented 1 year ago

fixed with https://github.com/btclib-org/btclib/pull/78