diff --git a/cdp/__init__.py b/cdp/__init__.py index df12ecb..78c7e4d 100644 --- a/cdp/__init__.py +++ b/cdp/__init__.py @@ -11,6 +11,7 @@ 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__ = [ @@ -18,6 +19,7 @@ "Cdp", "ContractInvocation", "Wallet", + "WalletAddress", "WalletData", "Asset", "Transfer",