"""Constants for the Tautulli integration."""
from logging import Logger, getLogger
DOMAIN = "tautulli"
LOGGER: Logger = getLogger(__package__)