Files
rikku-home-assistant/custom_components/hacs/hacs_frontend/__init__.py
T
2025-04-21 21:03:30 -04:00

5 lines
94 B
Python

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