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