here 168 B

12345678
  1. # -*- coding: utf-8 -*-
  2. # key: here
  3. # name: here
  4. # contributor: MyFreeWeb
  5. # --
  6. import os
  7. here = lambda *x: os.path.join(os.path.abspath(os.path.dirname(__file__)), *x)