From 9fa53062d989dbb1b72703a893df5f869baaf6e6 Mon Sep 17 00:00:00 2001 From: zhanggangyong Date: Fri, 20 Mar 2026 13:14:28 +0000 Subject: [PATCH] Initial commit: aitool with 1 tools - src/__init__.py --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..91b9b0b --- /dev/null +++ b/src/__init__.py @@ -0,0 +1 @@ +"""源码模块"""