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