Mercurial > odfcast
view main.py @ 51:5cef36a01574
Update README to explain configuration of the odfcase service
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Nov 2014 11:57:50 +0100 |
parents | 5c3aba401382 |
children | dcf870775c26 |
line wrap: on
line source
# -*- coding: utf-8 -*- if __name__ == "__main__": from odfcast import app app.run()