core/homeassistant/components/caldav/const.py

6 lines
80 B
Python

"""Constants for CalDAV."""
from typing import Final
DOMAIN: Final = "caldav"