Primate Python PackagePython integration for the Primate web framework.Installationpip install primate-runQuickstartfromprimateimportRoute@Route.getdefhello(request): return"Hello World!"