view chef.py @ 1024:60b431c57ea9

admin: Handle multiple photo uploads in the micropub endpoint.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 12 Dec 2017 22:47:06 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()