diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-02-19 01:44:02 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-02-19 01:44:11 +0300 |
commit | 3741f7cf78a288e967415ccb6736c888a21c211b (patch) | |
tree | a48d8331c9936d6c108de4d0f9179a089b1e56e6 /include/py/homekit/http/__init__.py | |
parent | d79309e498cdc1358c81367ce2a93a5731e517d1 (diff) |
web_kbn: almost completely ported lws to python
Diffstat (limited to 'include/py/homekit/http/__init__.py')
-rw-r--r-- | include/py/homekit/http/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |