1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 23:52:02 +00:00
Files

7 lines
102 B
Python

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