view chef.py @ 543:bedfa0156bf7

cm: Add a Gutentags config file for `ctags` generation.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 31 Jul 2015 19:17:50 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()