ha-frontend/public/__init__.py

8 lines
147 B
Python

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