view chef.py @ 197:57eec8a67095

builtin: Remove `plugins` command, it's not ready yet.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Jan 2015 00:48:47 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()