7 lines
No EOL
102 B
Python
7 lines
No EOL
102 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import sys
|
|
import os
|
|
sys.path.insert(0, os.path.abspath('..'))
|
|
|
|
import sample |