core/homeassistant/components/nyt_games/const.py

8 lines
126 B
Python

"""Constants for the NYT Games integration."""
import logging
DOMAIN = "nyt_games"
LOGGER = logging.getLogger(__package__)