lostplaces-backend/lostplaces/lostplaces_app/views/__init__.py

3 lines
134 B
Python

from lostplaces_app.views.base_views import *
from lostplaces_app.views.views import *
from lostplaces_app.views.place_views import *