File size: 109 Bytes
c13b805
 
 
 
 
1
2
3
4
5
6
import os
import re

ROOT = os.path.dirname(os.path.realpath(__file__))
ROOT = re.sub(r'\\', '/', ROOT)