helper/init

This commit is contained in:
Tobias Lindenberg
2021-01-10 13:59:27 +01:00
parent eb9b2ac6fe
commit ff8e431630

View File

@@ -1 +1,5 @@
from cookbook.helper.dal import *
import cookbook.helper.dal
__all__ = [
'dal',
]