Files
core/script/scaffold/const.py
T

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

7 lines
146 B
Python
Raw Normal View History

2019-09-20 17:02:18 -07:00
"""Constants for scaffolding."""
2019-09-20 17:02:18 -07:00
from pathlib import Path
COMPONENT_DIR = Path("homeassistant/components")
TESTS_DIR = Path("tests/components")