diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 10 |
1 files changed, 10 insertions, 0 deletions
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() |
