7 lines
133 B
Python
7 lines
133 B
Python
"""Constants for the Holiday integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "holiday"
|
|
|
|
CONF_PROVINCE: Final = "province"
|