lbry-sdk/lbry/wallet/orchstr8/__init__.py
2021-09-10 18:57:20 -03:00

6 lines
161 B
Python

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