1 2 3 4
"""Setup blueprint for the auth system""" from flask import Blueprint oauth2 = Blueprint("oauth2", __name__)