from flask import Blueprint

guru_bp = Blueprint('guru', __name__)

from app.guru import routes
