forked from LBRYCommunity/lbry-sdk
7d973aaaa8
# Conflicts: # lbry/testcase.py # lbry/wallet/orchstr8/node.py # lbry/wallet/server/db/db.py # lbry/wallet/server/db/prefixes.py # lbry/wallet/server/server.py # lbry/wallet/server/session.py # setup.py # tests/integration/takeovers/test_resolve_command.py # tests/integration/transactions/test_internal_transaction_api.py # tests/integration/transactions/test_transactions.py
5 lines
198 B
Python
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
|