Skip to content

Commit

Permalink
fix: added ActivityWatchClient to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 8, 2023
1 parent 5d06b08 commit 6b04bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aw_client/__init__.py
@@ -1 +1,3 @@
from .client import ActivityWatchClient # noqa
from .client import ActivityWatchClient

__all__ = ["ActivityWatchClient"]

0 comments on commit 6b04bd5

Please sign in to comment.