Skip to content

Commit 80b11b2

Browse files
author
Tim Riddermann
committed
added missing parts for cst.Array
1 parent 238ca5d commit 80b11b2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

construct_typed/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Context,
1818
ListContainer,
1919
PathType,
20+
Array
2021
)
2122
from .tenum import EnumBase, EnumValue, FlagsEnumBase, TEnum, TFlagsEnum
2223

@@ -42,4 +43,5 @@
4243
"Context",
4344
"ListContainer",
4445
"PathType",
46+
"Array"
4547
]

construct_typed/generic_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from construct import Context as Context
1717
from construct import ListContainer as ListContainer
1818
from construct import PathType as PathType
19+
from construct import Array as Array
1920

2021

2122
else:

0 commit comments

Comments
 (0)