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