Files
core/script/const.py
T

5 lines
99 B
Python
Raw Normal View History

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