forked from LBRYCommunity/lbry-sdk
a7ef8889dd
* 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
|