From 44348b9c72a0793c215aac72f3155e986f35ca96 Mon Sep 17 00:00:00 2001 From: Rujul Nayak <55329600+nayakrujul@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:29:55 +0100 Subject: [PATCH] Create __init__.py --- nested_tools/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 nested_tools/__init__.py diff --git a/nested_tools/__init__.py b/nested_tools/__init__.py new file mode 100644 index 0000000..55a23de --- /dev/null +++ b/nested_tools/__init__.py @@ -0,0 +1 @@ +from nested_tools.nt import *