I have a standard_tasks.py module that provides a task for build
@task def build(ctx): do_this()
from my tasks.py I am currently doing