in utils/wheel_feeder.py [0:0]
def get_csv_reader(self):
"""
Helper method getting the CSV Reader ready.
"""
print(f'Trying to open the CSV file: {self._csv_file_path}')
return csv.reader(self._csv_file)