---------------------------------------------------------------------- This is the API documentation for the gdtest_sec_sidebar_single library. ---------------------------------------------------------------------- ## Functions Public functions hello(name: str) -> str Say hello. Parameters ---------- name : str Who to greet. Returns ------- str A greeting. goodbye(name: str) -> str Say goodbye. Parameters ---------- name : str Who to bid farewell. Returns ------- str A farewell.