view backend.py @ 213:841175200700

Some basic error handling and performance timing for Witch.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 14:38:30 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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