#!/usr/bin/python # # flipflop is a FastCGI/WSGI gateway. # https://github.com/Kozea/flipflop # from myapplication import app from flipflop import WSGIServer WSGIServer(app).run()