Files
hassos_config/custom_components/hacs/hacs_frontend/__init__.py
2022-12-20 21:26:47 +01:00

5 lines
94 B
Python

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