From 9d629b03b34647f2a2310014ea640cb850710f98 Mon Sep 17 00:00:00 2001 From: smilerz Date: Thu, 12 Oct 2023 10:44:59 -0500 Subject: [PATCH] Update __init__.py --- cookbook/helper/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbook/helper/__init__.py b/cookbook/helper/__init__.py index e4fea45ad..c1cb37885 100644 --- a/cookbook/helper/__init__.py +++ b/cookbook/helper/__init__.py @@ -1,3 +1,6 @@ +import cookbook.helper.dal +from cookbook.helper.AllAuthCustomAdapter import AllAuthCustomAdapter + __all__ = [ 'dal', ]