Skip to content

Commit a22c42f

Browse files
committed
fix: Fix Init
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
1 parent f2d1e1f commit a22c42f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/hiero_sdk_python/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
# Queries
7878
from .query.account_balance_query import CryptoGetAccountBalanceQuery
7979
from .query.account_info_query import AccountInfoQuery
80+
81+
# Fee Estimate
82+
from .query.fee_estimate_query import FeeEstimateQuery
8083
from .query.token_info_query import TokenInfoQuery
8184
from .query.token_nft_info_query import TokenNftInfoQuery
8285
from .query.topic_info_query import TopicInfoQuery
@@ -248,6 +251,8 @@
248251
"Timestamp",
249252
"Duration",
250253
"StakingInfo",
254+
# Fee Estimate
255+
"FeeEstimateQuery",
251256
# File
252257
"FileCreateTransaction",
253258
"FileAppendTransaction",

0 commit comments

Comments
 (0)