5 lines
99 B
Python
5 lines
99 B
Python
|
"""Script constants."""
|
||
|
from pathlib import Path
|
||
|
|
||
|
COMPONENT_DIR = Path("homeassistant/components")
|