in main_flow.py [0:0]
def end(self):
'''
Metaflow flows end with a function called 'end.'
So here's the end function. It logs artifacts to wandb
and then prints an encouraging message.
We could all use one every now and then.
'''
print(f'That was easy!')