view chef.py @ 731:dafb7d76c2ba

routes: Show the route template function.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 01 Jun 2016 22:11:05 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()