mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
4 lines
148 B
Python
4 lines
148 B
Python
# log_support setups the default Logger class
|
|
# and so we need to ensure that it is also
|
|
# setup for the tests
|
|
from lbrynet.core import log_support
|