Files
core/script/const.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
100 B
Python
Raw Normal View History

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