Add utils file
This commit is contained in:
parent
f4725ebb8a
commit
39ec87cc64
1 changed files with 5 additions and 0 deletions
5
md_pdf/utils.py
Normal file
5
md_pdf/utils.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
PROJECT_DIR = os.path.dirname(__file__)
|
||||||
|
|
||||||
|
WORKING_DIR = os.getcwd()
|
Reference in a new issue