Files
core/script/scaffold/const.py
T

6 lines
145 B
Python
Raw Normal View History

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