mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 01:03:17 +01:00
6 lines
100 B
Python
6 lines
100 B
Python
"""Script constants."""
|
|
|
|
from pathlib import Path
|
|
|
|
COMPONENT_DIR = Path("homeassistant/components")
|