From 4d6dc7aa1d383377255d01619e7f2ce112217335 Mon Sep 17 00:00:00 2001 From: AlioT Date: Mon, 21 Feb 2022 06:43:25 +0000 Subject: [PATCH] add test.py. --- test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000000..6c5639e425 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +import sys +print(sys.path) \ No newline at end of file -- Gitee