From 24af65e1a42f9c0a7502edaa54532749fa9aa020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 27 Apr 2019 18:05:00 +0200 Subject: [PATCH] Create process.py --- benchmark/process.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 benchmark/process.py diff --git a/benchmark/process.py b/benchmark/process.py new file mode 100644 index 0000000..a0b45e6 --- /dev/null +++ b/benchmark/process.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +import csv + + + +if __name__ == "__main__": + pass