view backend.py @ 209:9e771e0b76f5

ASCII art!
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Feb 2014 09:40:58 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

if __name__ == '__main__':
    app.start()