---------------------------------------------------------------------- This is the API documentation for the gdtest_no_breadcrumbs library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Return a greeting for a name Parameters ---------- name Name to greet. Returns ------- Greeting string. add(a: int, b: int) -> int Add two numbers Parameters ---------- a First number. b Second number. Returns ------- Sum of `a` and `b`.