view chef.py @ 1025:c8366fc15043

admin: Make tumbnails when posting photos, commit to SCM.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 25 Dec 2017 19:01:01 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()