from flask import Blueprint m_print = Blueprint( 'print', __name__, template_folder='templates' ) from . import views