mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 16:06:01 +01:00
8 lines
103 B
Python
8 lines
103 B
Python
"""Define Tile constants."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "tile"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|