# -*- coding: utf-8 -*-
# key: here
# name: here
# contributor: MyFreeWeb
# --
import os
here = lambda *x: os.path.join(os.path.abspath(os.path.dirname(__file__)), *x)
