From 38a700abfea2232d496198b12262bcadcd13e8ae Mon Sep 17 00:00:00 2001 From: rahulgs12 Date: Mon, 1 May 2023 14:50:28 -0400 Subject: [PATCH] add init --- jsonformer/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 jsonformer/__init__.py diff --git a/jsonformer/__init__.py b/jsonformer/__init__.py new file mode 100644 index 0000000..8c6416e --- /dev/null +++ b/jsonformer/__init__.py @@ -0,0 +1 @@ +from jsonformer.main import Jsonformer \ No newline at end of file