Skip to content

Commit

Permalink
[chore] Export WalletAddress in CDP Module (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Sep 30, 2024
1 parent d0fc1c3 commit 385ba86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
from cdp.transaction import Transaction
from cdp.transfer import Transfer
from cdp.wallet import Wallet
from cdp.wallet_address import WalletAddress
from cdp.wallet_data import WalletData

__all__ = [
"__version__",
"Cdp",
"ContractInvocation",
"Wallet",
"WalletAddress",
"WalletData",
"Asset",
"Transfer",
Expand Down

0 comments on commit 385ba86

Please sign in to comment.