mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-05 05:15:14 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
from lbrynet.wallet.basenetwork import BaseNetwork
|
|
|
|
|
|
class Network(BaseNetwork):
|
|
pass
|