mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 15:50:32 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
import logging
|
|
|
|
__version__ = "0.7.11"
|
|
version = tuple(__version__.split('.'))
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|