view chef.py @ 747:5336e146ac8d

themes: Simplify `themes` command.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jun 2016 22:25:16 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()