4 lines
69 B
Python
4 lines
69 B
Python
|
import os.path
|
||
|
import sys
|
||
|
sys.path.insert(0, os.path.abspath('env'))
|