5 lines
No EOL
94 B
Python
5 lines
No EOL
94 B
Python
"""HACS Frontend"""
|
|
from .version import VERSION
|
|
|
|
def locate_dir():
|
|
return __path__[0] |