from flask import Blueprint blueprint = Blueprint('exposure2_module', __name__, template_folder='templates', static_folder='static', static_url_path='/exposure2_module') from . import exposure