"""Constants for the OpenRouter integration.""" import logging DOMAIN = "open_router" LOGGER = logging.getLogger(__package__)