Files
core/homeassistant/components/http/view.py
T

7 lines
135 B
Python

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