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