From ca566286c6afe7b75fa2d289579e6577a8410823 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 23 Oct 2014 01:39:55 +0100 Subject: init commit --- run.py | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 run.py diff --git a/run.py b/run.py new file mode 100644 index 0000000..1640dc2 --- /dev/null +++ b/run.py @@ -0,0 +1,57 @@ +import os + +tree = {} +html_tree = '''' +with open('out.html', 'w') as file: + file.write(html_tree) -- cgit v1.2.3-54-g00ecf