core/homeassistant/components/mpd/const.py

8 lines
114 B
Python
Raw Normal View History

2024-06-09 14:01:19 +00:00
"""Constants for the MPD integration."""
import logging
DOMAIN = "mpd"
LOGGER = logging.getLogger(__package__)