This package is purposed for conversion python code imports from absolute to relative. It is very useful in case of nested packages there it is preferable to use ..parent.file imports instead of ...
This repository addresses two common issues encountered in Python programming related to the import mechanism of modules. Specifically, it discusses the challenges faced when importing a module ...