Spaces:
Build error
Build error
File size: 109 Bytes
22738ca |
1 2 3 4 5 6 |
import os
import re
ROOT = os.path.dirname(os.path.realpath(__file__))
ROOT = re.sub(r'\\', '/', ROOT)
|