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

import logging


PROGRAM = "process_podcast"

log = logging.getLogger(PROGRAM)