mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
7 lines
133 B
Python
7 lines
133 B
Python
from __future__ import absolute_import
|
|
import sys
|
|
import logging
|
|
|
|
log = logging.getLogger('svtplay_dl')
|
|
progress_stream = sys.stderr
|