---------------------------------------------------------------------- This is the API documentation for the gdtest_stfind library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Scanner(root: str = '.') A file scanner. Parameters ---------- root Root directory to scan. ## Functions Utility functions report(results: list) -> str Generate a report from scan results. Parameters ---------- results List of scan results. Returns ------- str Formatted report string. scan(path: str) -> list Scan a directory for files. Parameters ---------- path Directory path to scan. Returns ------- list List of file paths.