this is my Python3 project hiearchy:
projet \\ script.py web \\ index.html
From script.py, I would like to run a
script.py
You also can run the command line with
python3 -m http.server -d web 8000