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 e0208cd commit ca6cfc6Copy full SHA for ca6cfc6
aries_cloudcontroller/__init__.py
@@ -1,3 +1,7 @@
1
+from aries_cloudcontroller.acapy_client import (
2
+ AcaPyClient
3
+)
4
+
5
from aries_cloudcontroller.api import (
6
ActionMenuApi,
7
BasicmessageApi,
@@ -274,6 +278,7 @@
274
278
)
275
279
276
280
__all__ = [
281
+ "AcaPyClient",
277
282
"AMLRecord",
283
"ActionMenuFetchResult",
284
"AdminAPIMessageTracing",
@@ -543,4 +548,4 @@
543
548
"ServerApi",
544
549
"TrustpingApi",
545
550
"WalletApi",
546
-]
551
+]
aries_cloudcontroller/util/__init__.py
0 commit comments