1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-22 00:10:16 +01:00
Files
core/homeassistant/components/tile/const.py
T

7 lines
102 B
Python

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