def execute()

in utils/wheel_feeder.py [0:0]


    def execute(self):
        """
        Main method executing the feeding.
        """
        csv_reader = self.get_csv_reader()

        # Validate whether all rows are valid before adding
        self._validate_csv_file(csv_reader)

        # Perform the upload of participants
        self._upload_participants(csv_reader)