from flask import Blueprint m_auth = Blueprint( 'auth', __name__, template_folder='templates' ) from . import views