From 39ec87cc64999e3b09245c5f50f153115c814823 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Mar 2017 09:50:34 +0100 Subject: [PATCH] Add utils file --- md_pdf/utils.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 md_pdf/utils.py diff --git a/md_pdf/utils.py b/md_pdf/utils.py new file mode 100644 index 0000000..5b65c76 --- /dev/null +++ b/md_pdf/utils.py @@ -0,0 +1,5 @@ +import os + +PROJECT_DIR = os.path.dirname(__file__) + +WORKING_DIR = os.getcwd()