Not much to say, just trying out & experimenting
say_hello("World")
assert say_hello("Test") == "Hello Test!"
Say().from_("Red Leader").to("Red Squadron")("Follow me!")
Say().from_("Red Leader")()
import io
sio = Say(channel=io.StringIO, from_="Odysseus", to="Pelops", msg="My name is nobody!")()
sio.getvalue()