view chef.py @ 829:f19b52844948

Fixed call to Assetor.copyAssets
author Ben Artin <ben@artins.org>
date Sun, 01 Jan 2017 20:43:42 -0500
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()