Files
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,
)