Update __init__.py

This commit is contained in:
smilerz
2023-10-12 10:44:59 -05:00
committed by GitHub
parent 4eeb87cb95
commit 9d629b03b3

View File

@@ -1,3 +1,6 @@
import cookbook.helper.dal
from cookbook.helper.AllAuthCustomAdapter import AllAuthCustomAdapter
__all__ = [
'dal',
]