From ca139c7031c3a83f14ba318261a945a63b0e93b9 Mon Sep 17 00:00:00 2001 From: chengyongru <2755839590@qq.com> Date: Sun, 31 May 2026 17:32:54 +0800 Subject: [PATCH] refactor: move ws_http.py from channels/ to webui/ --- nanobot/{channels => webui}/ws_http.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nanobot/{channels => webui}/ws_http.py (100%) diff --git a/nanobot/channels/ws_http.py b/nanobot/webui/ws_http.py similarity index 100% rename from nanobot/channels/ws_http.py rename to nanobot/webui/ws_http.py