mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-04-29 13:39:29 -07:00
6 lines
100 B
Python
6 lines
100 B
Python
"""Script constants."""
|
|
|
|
from pathlib import Path
|
|
|
|
COMPONENT_DIR = Path("homeassistant/components")
|