From gothonweb import planisphere ModuleNotFoundError: No module named 'gothonweb' when I run app.py

this is my package structure:

Try this:

$env:PYTHONPATH="."

That tells python to look for modules in the current directory.