diff --git a/src/tasks.py b/src/tasks.py index b993590..bcca127 100644 --- a/src/tasks.py +++ b/src/tasks.py @@ -189,3 +189,7 @@ def dockertest(c, verbose=0): pprint(client.swarm.attrs) client.close() + +def print_banana(): + + print("Banana") \ No newline at end of file