From 68ff1feb03682d8497035828cb449f7bdeb047e7 Mon Sep 17 00:00:00 2001 From: nonam3e <71525212+nonam3e@users.noreply.github.com> Date: Wed, 27 Dec 2023 03:24:35 +0700 Subject: [PATCH] add HighloadWallet to __init__ --- pytoniq/contract/wallets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytoniq/contract/wallets/__init__.py b/pytoniq/contract/wallets/__init__.py index a7ab4a6..954b84a 100644 --- a/pytoniq/contract/wallets/__init__.py +++ b/pytoniq/contract/wallets/__init__.py @@ -1 +1 @@ -from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage +from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage, HighloadWallet