#!/usr/bin/python3 from wsgiref.handlers import CGIHandler from leescan import app CGIHandler().run(app)
1 2 3 4 5 6