1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00
Files
frontend/public/__init__.py
2022-02-26 13:03:12 -08:00

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