from flask import Blueprint

quran_bp = Blueprint('quran', __name__, url_prefix='/quran', template_folder='templates')

from app.quran import routes
