this is my Python3 project hiearchy:
projet \\ script.py web \\ index.html
From script.py, I would like to run a
script.py
There's a shorter method:
Handler = functools.partial(http.server.SimpleHTTPRequestHandler, directory='/my/dir/goes/here')