diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..f6b8568 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +bellande_rust_executable.egg-info diff --git a/test/test_import.py b/test/test_import.py new file mode 100644 index 0000000..09e4651 --- /dev/null +++ b/test/test_import.py @@ -0,0 +1,2 @@ +def test_import(): + from bellande_rust_executable import main