mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-02 10:15:14 +00:00
5 lines
No EOL
110 B
Python
5 lines
No EOL
110 B
Python
import logging
|
|
from version import __version__
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler()) |