diff options
Diffstat (limited to 'test/pkg/a_module.py')
| -rw-r--r-- | test/pkg/a_module.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pkg/a_module.py b/test/pkg/a_module.py new file mode 100644 index 0000000..0cebfeb --- /dev/null +++ b/test/pkg/a_module.py @@ -0,0 +1,4 @@ + +def func_from_a(): + print('func from a') + |
