From 157c83584e905a30c761da087ccf7bb5a79dfaf1 Mon Sep 17 00:00:00 2001 From: yhydev Date: Wed, 18 Mar 2026 09:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qlibext/test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qlibext/test.py diff --git a/qlibext/test.py b/qlibext/test.py new file mode 100644 index 0000000..47e6c6f --- /dev/null +++ b/qlibext/test.py @@ -0,0 +1,2 @@ +def a(): + print(123) \ No newline at end of file