mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-04 04:45:09 +00:00
3 lines
139 B
Python
3 lines
139 B
Python
import Components # register Component classes
|
|
from lbrynet.daemon.auth.client import LBRYAPIClient
|
|
get_client = LBRYAPIClient.get_client
|