mirror of
https://github.com/home-assistant/core.git
synced 2025-04-20 15:27:52 +00:00
6 lines
100 B
Python
6 lines
100 B
Python
"""Script constants."""
|
|
|
|
from pathlib import Path
|
|
|
|
COMPONENT_DIR = Path("homeassistant/components")
|