view chef.py @ 863:01458d3b646b

routing: Properly order routes by pass when matching them to the request.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 08 Jun 2017 23:30:42 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()