DEBSOURCES
Skip Quicknav
sources / python-invoke / 0.11.1%2Bdfsg1-1 / tests / _support / implicit / tasks.py
123456
from invoke.tasks import task @task def foo(): print("Hm")