core/homeassistant/components/tile/const.py

8 lines
103 B
Python

"""Define Tile constants."""
import logging
DOMAIN = "tile"
LOGGER = logging.getLogger(__package__)