def not_found()

in courses/understanding_spanner/cloud-run/main.py [0:0]


def not_found(error):
    return jsonify({'error': 'Not found'}), 404