mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
"""Constants for the OpenRouter integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "open_router"
|
|
LOGGER = logging.getLogger(__package__)
|