1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-28 20:53:45 +01:00
Files
core/homeassistant/components/remember_the_milk/const.py

6 lines
112 B
Python

"""Constants for the Remember The Milk integration."""
import logging
LOGGER = logging.getLogger(__package__)