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