---------------------------------------------------------------------- This is the API documentation for the gdtest_setup_py library. ---------------------------------------------------------------------- ## Functions Utility functions echo(text: str) -> str Echo the input text. Parameters ---------- text The text to echo. Returns ------- str The same text. reverse(text: str) -> str Reverse the input text. Parameters ---------- text The text to reverse. Returns ------- str The reversed text.