__init__.py 94 B

12345
  1. """HACS Frontend"""
  2. from .version import VERSION
  3. def locate_dir():
  4. return __path__[0]