lbry-sdk/lbry/wallet/orchstr8/__init__.py

6 lines
158 B
Python
Raw Normal View History

__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
)
2018-11-04 01:55:50 -04:00
from .node import Conductor
from .service import ConductorService