5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 21:52:30 +00:00
yggdrasil-map/web/fc00.fcgi
2014-03-30 16:09:46 +03:00

8 lines
134 B
Python
Executable File

#!/usr/bin/env python
from flup.server.fcgi import WSGIServer
from web import app
if __name__ == '__main__':
WSGIServer(app).run()