from flask import Blueprint

murid_bp = Blueprint('murid', __name__)

from app.murid import routes
