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 449d8b5 commit ecf6eaeCopy full SHA for ecf6eae
projects/hello-f2py/hello_f2py/__init__.py
@@ -0,0 +1,3 @@
1
+from ._hello import hello
2
+
3
+__all__ = ("hello",)
0 commit comments