view backend.py @ 229:c1a814628461

Removing some arguments that aren't useful anymore.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Mar 2014 08:37:13 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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