lbry-sdk/lbry/wallet/orchstr8/__init__.py
Jeffrey Picard f1f5276a04 Update __init__.py
Update go hub binary to fix es sync test.
2022-03-15 15:36:00 -03:00

5 lines
158 B
Python

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