Skip to content

Commit

Permalink
Move Client class back to package level for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kimakan committed Jul 23, 2024
1 parent e4fcfc1 commit 3f95d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daiquiri_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__version__ = '0.1.1'

from .client import Client

0 comments on commit 3f95d2d

Please sign in to comment.