How to use project-relative path for Python scripts

If I put my scripts in a Python folder at the root of my project, they are supposed to be automatically recognized, but this isn’t the case for me.

If I add the Python dir an “Additional Paths”, it has to be an absolute path. Adding just “Python” doesn’t seem to work.

Is there no way to use a relative path for “Additional Paths”?

Any answer on that topic?

I am also curious about this. It’s a slight peeve to have to edit the path when migrating a project folder.