home-assistant-frontend/public/__init__.py

8 lines
155 B
Python

"""Frontend for Home Assistant."""
from pathlib import Path
def where() -> Path:
"""Return path to the frontend."""
return Path(__file__).parent