from flask import Blueprint bp = Blueprint('disks', __name__, template_folder='') from applets.disks import routes