from sys import path
from os.path import dirname, join

path.insert(0, join(dirname(__file__), ".."))
