view backend.py @ 228:1ef50117ec58

Added test for the `PageFormatter`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 13 Mar 2014 21:46:14 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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