mirror of
https://github.com/home-assistant/core.git
synced 2026-07-09 01:51:18 +02:00
5 lines
99 B
Python
5 lines
99 B
Python
|
|
"""Script constants."""
|
||
|
|
from pathlib import Path
|
||
|
|
|
||
|
|
COMPONENT_DIR = Path("homeassistant/components")
|