6 lines
87 B
Python
6 lines
87 B
Python
# -*- encoding:utf-8 -*-
|
|
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.abspath('../'))
|