1 2 3 4 5 6 7 8 9 10
""" Logging configuration. """ import logging __all__ = [ "logger", ] logger = logging.getLogger(__package__)