mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
7 lines
102 B
Python
7 lines
102 B
Python
"""Define Tile constants."""
|
|
import logging
|
|
|
|
DOMAIN = "tile"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|