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 d4c56c7 commit 970d11cCopy full SHA for 970d11c
src/py.py
@@ -8,3 +8,5 @@
8
9
sys.modules["py.error"] = error
10
sys.modules["py.path"] = path
11
+
12
+__all__ = ["error", "path"]
0 commit comments