1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
Files
core/homeassistant/components/open_router/const.py
2025-07-16 10:55:28 +02:00

7 lines
128 B
Python

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