views/__init__

This commit is contained in:
Tobias Lindenberg
2021-01-10 12:06:40 +01:00
parent 4fa6919ca0
commit 3c4384e2f6

View File

@@ -1,3 +1,4 @@
# flake8: noqa
from cookbook.views.api import *
from cookbook.views.data import *
from cookbook.views.delete import *