mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-22 04:17:20 +00:00
8 lines
151 B
Python
8 lines
151 B
Python
"""
|
|
Entry point for setuptools. Required for editable installs.
|
|
TODO: Remove file after updating to pip 21.3
|
|
"""
|
|
from setuptools import setup
|
|
|
|
setup()
|