lbry-sdk/lbry/wallet/orchstr8/__init__.py
2021-12-03 13:03:00 -05:00

6 lines
156 B
Python

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