---------------------------------------------------------------------- This is the API documentation for the gdtest_announce_simple library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Greet someone by name. Parameters ---------- name The person to greet. Returns ------- str A greeting string. farewell(name: str) -> str Say goodbye to someone. Parameters ---------- name The person to say goodbye to. Returns ------- str A farewell string.