view chef.py @ 177:4b0c87e7df73

tests: Add unit tests for routing classes.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 03 Jan 2015 21:54:38 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()