mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
8 lines
183 B
Python
8 lines
183 B
Python
# ex:ts=4:sw=4:sts=4:et
|
|
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
import logging
|
|
import sys
|
|
|
|
log = logging.getLogger("svtplay_dl")
|
|
progress_stream = sys.stderr
|