Mercurial > odfcast
view main.py @ 37:5c3aba401382
Move templates and static directories to odfcast
With this change odfast can also be run from an installed module
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Oct 2014 12:01:34 +0200 |
parents | 9d65de2ebe22 |
children | dcf870775c26 |
line wrap: on
line source
# -*- coding: utf-8 -*- if __name__ == "__main__": from odfcast import app app.run()