### # Admin stuff placed here for later use # No need to implement this before the application is somewhat done ### from flask import Blueprint admin_blueprint = Blueprint("admin", __name__)