from flask import Blueprint profile = Blueprint('profile', __name__) from . import views from ..models import Permission