TandoorRecipes/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',
]