4 lines
82 B
Python
4 lines
82 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.insert(1, os.path.join(os.path.dirname(__file__)))
|