We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4787d commit 055ed1bCopy full SHA for 055ed1b
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