view laterlinks2/index.fcgi @ 111:320904a2e311

myw: add goes
author paulo
date Sun, 28 Jun 2020 15:51:12 -0600
parents 16bcb4ae6985
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 import laterlinks_app
8 WSGIServer(laterlinks_app.app).run()