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