1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-18 17:39:33 +00:00
Files
core/homeassistant/components/http/view.py
2024-03-08 08:52:48 -05:00

9 lines
171 B
Python

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