CHRIS / exposure2_module /__init__.py
robert.elder
correctly adding exposure2_module, color2_module
90da2e9
from flask import Blueprint
blueprint = Blueprint('exposure2_module', __name__, template_folder='templates', static_folder='static', static_url_path='/exposure2_module')
from . import exposure