PatentSolver / root_folder.py
RedBaron5's picture
Duplicate from xin/PatentSolver
c13b805
raw
history blame contribute delete
No virus
109 Bytes
import os
import re
ROOT = os.path.dirname(os.path.realpath(__file__))
ROOT = re.sub(r'\\', '/', ROOT)