Newer
Older
process_podcast / globals.py
#!/usr/bin/env python3

import logging


PROGRAM = "process_podcast"

log = logging.getLogger(PROGRAM)