1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00
Files
recipes/cookbook/helper/__init__.py
Tobias Lindenberg ff8e431630 helper/init
2021-01-10 13:59:27 +01:00

6 lines
53 B
Python

import cookbook.helper.dal
__all__ = [
'dal',
]