ha-core/script/const.py

6 lines
100 B
Python

"""Script constants."""
from pathlib import Path
COMPONENT_DIR = Path("homeassistant/components")