from invoke import task


@task
def foo():
    print("Yup")
