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 db42f23 commit 08996aaCopy full SHA for 08996aa
projects/hello-cython/hello/__init__.py
@@ -1,3 +1,3 @@
1
from ._hello import elevation, hello
2
3
-__all__ = ("hello", "elevation")
+__all__ = ("elevation", "hello")
0 commit comments