view backend.py @ 195:964fd28e9b39

Added automatic versioning.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 06 Feb 2014 22:00:32 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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