"""The views/routes for the resources package""" from flask import Blueprint resources = Blueprint("resources", __name__)