Skip to content

Commit

Permalink
[chore] Export WalletAddress in CDP Module
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Sep 29, 2024
1 parent 105bc8c commit 6f9e8f0
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 @@ -10,12 +10,14 @@
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",
"Wallet",
"WalletAddress",
"WalletData",
"Asset",
"Transfer",
Expand Down

0 comments on commit 6f9e8f0

Please sign in to comment.