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