From 3741f7cf78a288e967415ccb6736c888a21c211b Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 19 Feb 2024 01:44:02 +0300 Subject: web_kbn: almost completely ported lws to python --- include/py/homekit/http/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/py/homekit/http/__init__.py') diff --git a/include/py/homekit/http/__init__.py b/include/py/homekit/http/__init__.py index d019e4c..f3721a4 100644 --- a/include/py/homekit/http/__init__.py +++ b/include/py/homekit/http/__init__.py @@ -1,2 +1 @@ -from .http import serve, ok, routes, HTTPServer, HTTPMethod -from aiohttp.web import FileResponse, StreamResponse, Request, Response \ No newline at end of file +from .http import serve, ajax_ok, HTTPMethod -- cgit v1.2.3