from quart import Blueprint main = Blueprint('main', __name__,static_folder='static/resources',template_folder='templates') from . import routes