homeassistant/custom_components/hacs/hacs_frontend_experimental/__init__.py
2025-01-10 21:08:35 -08:00

5 lines
No EOL
94 B
Python

"""HACS Frontend"""
from .version import VERSION
def locate_dir():
return __path__[0]