From 8a5929d10e05d6c0c8c84a2325479e5e15481f7b Mon Sep 17 00:00:00 2001 From: Maksim Kurbatov <94808996+yungwine@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:48:52 +0700 Subject: [PATCH] fix highload import --- pytoniq/contract/wallets/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytoniq/contract/wallets/__init__.py b/pytoniq/contract/wallets/__init__.py index 954b84a..a2cbcea 100644 --- a/pytoniq/contract/wallets/__init__.py +++ b/pytoniq/contract/wallets/__init__.py @@ -1 +1,2 @@ -from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage, HighloadWallet +from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage +from .highload import HighloadWallet