File size: 95 Bytes
1803579
 
 
 
1
2
3
4
5
import sys
from os.path import dirname, join

sys.path.insert(0, join(dirname(__file__), "."))