clinicaio.hello
===============

.. py:module:: clinicaio.hello


Functions
---------

.. autoapisummary::

   clinicaio.hello.greet
   clinicaio.hello.say_goodbye


Module Contents
---------------

.. py:function:: greet(name: str)

   Greet the person with provided name.

   Parameters
   ----------
   name : str
       The name of the person to greet.


.. py:function:: say_goodbye(name: str)

   Say goodbye to the person with the provided name.

   Parameters
   ----------
   name : str
       The name of the person to say goodbye to.


