Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

slow.py
# 'sleep 60' in Python because Windows does not have a native sleep command.
#
# RUN: %{python} %s

import time

time.sleep(60)