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