Skip to content

Commit f19d46f

Browse files
committed
fix: include ARC4Contract in algopy.arc4 namespace
1 parent 84be408 commit f19d46f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_algopy_testing/arc4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
UINT512_SIZE,
1818
)
1919
from _algopy_testing.models.account import Account
20+
from _algopy_testing.models.contract import ARC4Contract
2021
from _algopy_testing.mutable import (
2122
MutableBytes,
2223
add_mutable_callback,
@@ -42,6 +43,7 @@
4243

4344
__all__ = [
4445
"ARC4Client",
46+
"ARC4Contract",
4547
"Address",
4648
"BigUFixedNxM",
4749
"BigUIntN",

0 commit comments

Comments
 (0)