mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 00:04:18 +01:00
7 lines
102 B
Python
7 lines
102 B
Python
"""Define Tile constants."""
|
|
import logging
|
|
|
|
DOMAIN = "tile"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|