1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 20:54:23 +01:00
Files
core/homeassistant/components/http/view.py
T
2026-04-30 21:14:48 +02:00

7 lines
135 B
Python

"""Support for views."""
from homeassistant.helpers.http import ( # noqa: F401
HomeAssistantView,
request_handler_factory,
)