from flask import Blueprint

# Initialize the controllers blueprint
controllers_bp = Blueprint('controllers', __name__)

