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

6 lines
161 B
Python
Raw Normal View History

__hub_url__ = (
2021-08-24 09:19:59 +02:00
"https://github.com/lbryio/hub/releases/download/v0.2021.08.24-beta/hub"
)
2018-11-04 06:55:50 +01:00
from .node import Conductor
from .service import ConductorService