mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-04-29 13:39:29 -07:00
7 lines
146 B
Python
7 lines
146 B
Python
"""Constants for scaffolding."""
|
|
|
|
from pathlib import Path
|
|
|
|
COMPONENT_DIR = Path("homeassistant/components")
|
|
TESTS_DIR = Path("tests/components")
|