from http.server import HTTPServer, SimpleHTTPRequestHandler import threading with HTTPServer(("localhost", 8080),