CHRIS / exposure_module /__init__.py
David Saylor
blueprint for exposure module
24fbee3
from flask import Blueprint
blueprint = Blueprint('exposure_module', __name__, template_folder='templates', static_folder='static', static_url_path='/exposure_module')
from . import exposure