1
0
mirror of https://github.com/home-assistant/core synced 2024-07-01 07:15:04 +00:00
home-assistant-core/script/const.py

6 lines
100 B
Python

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