from flask import Blueprint m_admin = Blueprint( 'admin', __name__, template_folder='templates' ) from . import views