
> This package automatically tries to detect the path when imported with:
> import path_wizard

---

> If auto detect does not work, the package name can be passed and it will set the python path accordingly:
> from path_wizard import PathWizard
> PathWizard('my_package_name')