5 lines
80 B
Python
5 lines
80 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|