log.py 104 B

12345
  1. """Defines a common logger for the library."""
  2. import logging
  3. logger = logging.getLogger(__package__)