mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 03:37:51 +00:00
8 lines
103 B
Python
8 lines
103 B
Python
"""Define Tile constants."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "tile"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|