Crate make_csv

Source

Macrosยง

csv_entry
Adds a row to the given csv writer.
csv_start
Creates a csv writer to the given file path.
csv_stop
Flushes the writer and writes to file.
python
Runs a python file and blocks until it completes.