A Visual Studio Code extension that makes it easier to run Python projects with multiple entry points. Python projects often contain multiple files with: if __name__ == "__main__": However, VS Code's ...