back

by hebelehubele·8mo ago·view on hn ↗
I also use the trick to insert new lookup paths.

  project_root = os.path.dirname(os.path.abspath(__file__))
  sys.path.insert(0, project_root)