btclib
btclib copied to clipboard
Re-import Tx subclasses into btclib.tx
It should be possible to write:
from btclib.tx import Tx, TxIn, TxOut
instead of manually importing each from btclib.tx.tx_whatever.