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

6 lines
198 B
Python
Raw Normal View History

__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
)
2022-01-12 17:59:44 +01:00
from lbry.wallet.orchstr8.node import Conductor
from lbry.wallet.orchstr8.service import ConductorService