installer la serveuse
pip install waitress
Random boi
pip install waitress
from waitress import serve
serve(wsgiapp, listen='*:8080')