view chef.py @ 703:dab26ab3d533

internal: Don't run regexes for the 99% case of pages with no segments.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Apr 2016 23:12:06 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()