Add utils file

This commit is contained in:
Jake Howard 2017-03-27 09:50:34 +01:00
parent f4725ebb8a
commit 39ec87cc64

5
md_pdf/utils.py Normal file
View File

@ -0,0 +1,5 @@
import os
PROJECT_DIR = os.path.dirname(__file__)
WORKING_DIR = os.getcwd()