1 2 3 4 5
from flask import Blueprint main = Blueprint('main', __name__) from . import views, errors, tasks, utils