1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-09 01:59:54 +01:00
Files
core/script/const.py
T

6 lines
100 B
Python

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