forked from LBRYCommunity/lbry-sdk
5 lines
90 B
Python
5 lines
90 B
Python
from lbrynet.wallet.basenetwork import BaseNetwork
|
|
|
|
|
|
class Network(BaseNetwork):
|
|
pass
|