From e22cfd8ddd2bc02cd4da97b238c547ad0233f905 Mon Sep 17 00:00:00 2001 From: brentyi Date: Sun, 3 Nov 2024 23:29:55 -0800 Subject: [PATCH] exports --- src/tyro/constructors/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tyro/constructors/__init__.py b/src/tyro/constructors/__init__.py index 081b4120..d93bfe0a 100644 --- a/src/tyro/constructors/__init__.py +++ b/src/tyro/constructors/__init__.py @@ -4,3 +4,6 @@ UnsupportedTypeAnnotationError as UnsupportedTypeAnnotationError, ) from ._registry import ConstructorRegistry as ConstructorRegistry +from ._struct_spec import StructConstructorSpec as StructConstructorSpec +from ._struct_spec import StructFieldSpec as StructFieldSpec +from ._struct_spec import StructTypeInfo as StructTypeInfo