added this_struct to public interface

This commit is contained in:
Tim Rid 2022-02-13 19:48:00 +01:00
parent e99dd5d752
commit 94a8097bec

View file

@ -3,6 +3,7 @@ from construct_typed.dataclass_struct import (
DataclassBitStruct,
DataclassStruct,
csfield,
this_struct
)
from construct_typed.generic import (
Adapter,
@ -23,6 +24,7 @@ __all__ = [
"TEnumConstruct",
"TFlags",
"TFlagsConstruct",
"this_struct",
"Adapter",
"ConstantOrContextLambda",
"Construct",