Skip to content

Commit 7ca78eb

Browse files
committed
chore: add new classes to __init__.py
Signed-off-by: dosi <[email protected]>
1 parent 05c000b commit 7ca78eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/hiero_sdk_python/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
from .tokens.custom_royalty_fee import CustomRoyaltyFee
141141
from .transaction.custom_fee_limit import CustomFeeLimit
142142

143+
# System
144+
from .system.freeze_transaction import FreezeTransaction
145+
from .system.freeze_type import FreezeType
146+
143147
__all__ = [
144148
# Client
145149
"Client",
@@ -278,4 +282,8 @@
278282
"CustomFractionalFee",
279283
"CustomRoyaltyFee",
280284
"CustomFeeLimit",
285+
286+
# System
287+
"FreezeTransaction",
288+
"FreezeType",
281289
]

0 commit comments

Comments
 (0)