---------------------------------------------------------------------- This is the API documentation for the gdtest_dynamic_false library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Greet a person by name. Parameters ---------- name The name of the person to greet. Returns ------- str A greeting message. farewell(name: str) -> str Say farewell to a person by name. Parameters ---------- name The name of the person to bid farewell. Returns ------- str A farewell message.