Files
usda-hass-config/custom_components/hacs/hacs_frontend_experimental/__init__.py
2024-10-01 14:06:39 +00:00

5 lines
94 B
Python

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