#!/usr/bin/python3 import logging, sys logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)