lbry-sdk/lbry/wallet/orchstr8/__init__.py
Jack Robison 98f8fd0556
tests
2022-02-22 13:09:57 -05:00

5 lines
198 B
Python

__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
)
from lbry.wallet.orchstr8.node import Conductor
from lbry.wallet.orchstr8.service import ConductorService