Using the `process_csv` function from the previous exercise, we'll convert its functionality into a class named `CSVProcessor`. Now it will 💵 have a constructor to set the input and output file paths, and the processing itself will be implemented as the 💵 method `process` in this class.
With this new class, the CSV processing can be modularized and reused in other parts of 💵 your applications, making the code more organized.