"""Constants for the Paperless-ngx integration."""
import logging
DOMAIN = "paperless_ngx"
LOGGER = logging.getLogger(__package__)