mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
* Added new custom cli class using aiohttp * Proper error handling in CLI based on RPC error codes(PoC) * Auth API working * UnitTests
6 lines
86 B
Python
6 lines
86 B
Python
from lbrynet import conf
|
|
from lbrynet import cli
|
|
|
|
|
|
class CLIIntegrationTest:
|
|
pass
|