Skip to content

Commit 3f95d2d

Browse files
committed
Move Client class back to package level for backward compatibility
1 parent e4fcfc1 commit 3f95d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daiquiri_client/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__version__ = '0.1.1'
22

3+
from .client import Client

0 commit comments

Comments
 (0)