2015-08-20 11:27:15 -04:00
|
|
|
"""
|
|
|
|
Classes and functions which can be used by any application wishing to make use of the LBRY network.
|
|
|
|
|
|
|
|
This includes classes for connecting to other peers and downloading blobs from them, listening for
|
|
|
|
connections from peers and responding to their requests, managing locally stored blobs, sending
|
|
|
|
and receiving payments, and locating peers in the DHT.
|
2016-12-13 17:16:12 -06:00
|
|
|
"""
|
2018-07-24 21:10:53 -04:00
|
|
|
|
|
|
|
from lbrynet import custom_logger
|