Skip to content

Commit 6b04bd5

Browse files
committed
fix: added ActivityWatchClient to __all__
1 parent 5d06b08 commit 6b04bd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aw_client/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
from .client import ActivityWatchClient # noqa
1+
from .client import ActivityWatchClient
2+
3+
__all__ = ["ActivityWatchClient"]

0 commit comments

Comments
 (0)