From 2180c68999eb8dc0c7bcec015b2703f5b8b20223 Mon Sep 17 00:00:00 2001 From: zhang Date: Wed, 4 May 2022 08:47:54 +0800 Subject: ndarray axis --- test/test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/test.py (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py new file mode 100644 index 0000000..c7d4f02 --- /dev/null +++ b/test/test.py @@ -0,0 +1,10 @@ + +import sys +# from pkg.a_module import func_from_a +# from pkg import func_from_a + +for p in sys.path: + print(p) + +a = 100 +# func_from_a() -- cgit v1.2.3