Files

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

6 lines
100 B
Python
Raw Permalink Normal View History

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