Joost Lekkerkerker 1d94e66b9c
Add NYT Games integration (#126449)
* Add NYT Games integration

* Add NYT Games integration

* Add NYT Games integration

* Add NYT Games integration

* Add test
2024-09-23 17:40:19 +02:00

8 lines
126 B
Python

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