We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a7b84 commit 7816e02Copy full SHA for 7816e02
src/axiomatic/client.py
@@ -0,0 +1,7 @@
1
+from .base_client import BaseClient, AsyncBaseClient
2
+
3
4
+class Axiomatic(BaseClient): ...
5
6
7
+class AsyncAxiomatic(AsyncBaseClient): ...
0 commit comments