Skip to content

Commit 38c250e

Browse files
author
apinanyogaratnam
committed
feat: exposing client library in package
1 parent 650e91e commit 38c250e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cachier_client/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from cachier_client.main import greetings
1+
from cachier_client.main import greetings, CachierClient
22

33
__all__ = [
44
greetings,
5+
CachierClient,
56
]

0 commit comments

Comments
 (0)