We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d756a53 commit c4d48e8Copy full SHA for c4d48e8
projects/hello-f2py/hello_f2py/__init__.py
@@ -0,0 +1,3 @@
1
+from ._hello import hello
2
+
3
+__all__ = ("hello",)
0 commit comments