Files
homeassistant-core/script/const.py
T

6 lines
100 B
Python
Raw Normal View History

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