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