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.
__all__
1 parent 934d7a3 commit 0707909Copy full SHA for 0707909
src/watchpoints/__init__.py
@@ -8,7 +8,7 @@
8
__version__ = "0.2.5"
9
10
11
-all = [
+__all__ = [
12
"watch",
13
"unwatch"
14
]
0 commit comments