Skip to content

Commit 552553e

Browse files
committed
move low level op.Box into op.py for consistency
1 parent 7565f8d commit 552553e

File tree

7 files changed

+612
-619
lines changed

7 files changed

+612
-619
lines changed

src/algopy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from algopy_testing.box import Box, BoxMap, BoxRef
21
from algopy_testing.decorators.subroutine import subroutine
32
from algopy_testing.enums import OnCompleteAction, TransactionType
43
from algopy_testing.models import (
@@ -18,6 +17,7 @@
1817
uenumerate,
1918
urange,
2019
)
20+
from algopy_testing.models.box import Box, BoxMap, BoxRef
2121
from algopy_testing.primitives import BigUInt, Bytes, String, UInt64
2222
from algopy_testing.protocols import BytesBacked
2323
from algopy_testing.state import GlobalState, LocalState

0 commit comments

Comments
 (0)