lbry-sdk/lbrynet/wallet/__init__.py

5 lines
91 B
Python
Raw Normal View History

2018-06-12 17:53:29 +02:00
__coin__ = 'LBC'
2018-05-26 05:26:07 +02:00
from .coin import LBC, LBCRegTest
from .manager import LbryWalletManager