view backend.py @ 227:6457416ac7d7

Added `pytest` configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 13 Mar 2014 21:46:01 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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