clinicaio.hello# Functions# greet(name) Greet the person with provided name. say_goodbye(name) Say goodbye to the person with the provided name. Module Contents# clinicaio.hello.greet(name: str)# Greet the person with provided name. Parameters# namestrThe name of the person to greet. clinicaio.hello.say_goodbye(name: str)# Say goodbye to the person with the provided name. Parameters# namestrThe name of the person to say goodbye to.