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 b8f256f commit b753e82Copy full SHA for b753e82
aw_client/__init__.py
@@ -1 +1,3 @@
1
-from .client import ActivityWatchClient # noqa
+from .client import ActivityWatchClient
2
+
3
+__all__ = ("ActivityWatchClient",)
0 commit comments