22738ca
1
2
3
4
5
6
import os import re ROOT = os.path.dirname(os.path.realpath(__file__)) ROOT = re.sub(r'\\', '/', ROOT)