#!/usr/bin/sh
#
# Return participant-specific data for a run
#

# Nothing in this case.
echo '{}'
exit 0
