From 674fe360df7eec9d6c36141101b725d16bc2be69 Mon Sep 17 00:00:00 2001 From: Thor Whalen Date: Tue, 27 Feb 2024 02:17:55 -0500 Subject: [PATCH] feat: func_to_form_spec (rjsf) import in root init --- ju/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ju/__init__.py b/ju/__init__.py index 6797819..5cc2080 100644 --- a/ju/__init__.py +++ b/ju/__init__.py @@ -1,3 +1,4 @@ """JSON schema Utils""" from ju.oas import Route, Routes +from ju.rjsf import func_to_form_spec