view tasks.py @ 471:b5b0eb75f980

web: Add a little 'tag' icon next to the list of categories.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:43:30 -0700
parents 41cdccd71717
children
line wrap: on
line source

from invoke import Collection
from monkeys.release import makerelease


ns = Collection()
ns.add_task(makerelease, name='release')