forked from LBRYCommunity/lbry-sdk
1951ea09cd
-lbrynet.lbrynet_daemon.auth.client.LBRYAPIClient.config will detect if it needs to return the auth/non-auth version
7 lines
No EOL
183 B
Python
7 lines
No EOL
183 B
Python
import logging
|
|
from conf import Config
|
|
|
|
__version__ = "0.6.9"
|
|
version = tuple(__version__.split('.'))
|
|
settings = Config()
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler()) |