5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-20 00:12:30 +00:00
yggdrasil-map/web/fc00.fcgi

8 lines
134 B
Plaintext
Raw Normal View History

2014-03-30 13:09:46 +00:00
#!/usr/bin/env python
from flup.server.fcgi import WSGIServer
from web import app
if __name__ == '__main__':
WSGIServer(app).run()