PatentSolver / root_folder.py
xin's picture
initial commit
22738ca
raw
history blame contribute delete
109 Bytes
import os
import re
ROOT = os.path.dirname(os.path.realpath(__file__))
ROOT = re.sub(r'\\', '/', ROOT)