In the command line, we can do this:
$ python3 -m http.server 8674
But in Python code (in .py), how to do this?
P.S. Don't use os.system! I'm going to use it in an exe, and that will fail.
P.P.S. Don't suggest this. Really from code, not command line.
