From fa961904b3f0b44b28e7932a567733470f885393 Mon Sep 17 00:00:00 2001 From: taylor Date: Sat, 12 Oct 2024 00:59:40 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=5F=5Finit=5F=5F.py=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/maubot_llmplus/__init__.py b/maubot_llmplus/__init__.py index e69de29..617374c 100644 --- a/maubot_llmplus/__init__.py +++ b/maubot_llmplus/__init__.py @@ -0,0 +1 @@ +from maubot_llmplus.ai_bot import AiBot