lbry-sdk/lbry/wallet/orchstr8/__init__.py

6 lines
201 B
Python
Raw Normal View History

__hub_url__ = (
2022-05-20 21:50:09 +02:00
"https://github.com/lbryio/herald/releases/download/v0.2022.01.21.1/hub"
)
from lbry.wallet.orchstr8.node import Conductor
from lbry.wallet.orchstr8.service import ConductorService