Skip to content

Commit 299fd72

Browse files
committed
add KeyPair class
1 parent c767a97 commit 299fd72

14 files changed

+659
-512
lines changed

convex_api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from convex_api.account import Account # noqa: F401
88
from convex_api.convex_api import ConvexAPI # noqa: F401
9+
from convex_api.key_pair import KeyPair # noqa: F401
910

1011

1112
__version__ = "__version__ = '0.1.4'"

0 commit comments

Comments
 (0)