core/homeassistant/components/http/view.py

8 lines
170 B
Python

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