aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/resources/views.py
blob: 009cae66077748cf28132a983a426f1472a69fe2 (plain)
1
2
3
4
"""The views/routes for the resources package"""
from flask import Blueprint

resources = Blueprint("resources", __name__)