How-to articles, tricks, and solutions about INIT
How to fix "Attempted relative import in non-package" even with __init__.py
The "Attempted relative import in non-package" error occurs when attempting to use a relative import within a script that is not part of a package.