File size: 105 Bytes
5003662 |
1 2 3 4 5 6 |
import os
import sys
# add current folder to the python path
sys.path.append(os.path.dirname(__file__))
|
5003662 |
1 2 3 4 5 6 |
import os
import sys
# add current folder to the python path
sys.path.append(os.path.dirname(__file__))
|