"""Define package-wide constants."""

import logging

LOGGER = logging.getLogger(__package__)
