from flask import Blueprint bp = Blueprint('summary', __name__, template_folder='') from yasi_applets.summary import routes