1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-13 07:20:01 +00:00
Files
core/script/const.py

6 lines
100 B
Python

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