---------------------------------------------------------------------- This is the API documentation for the gdtest_no_auto_exclude library. ---------------------------------------------------------------------- ## Classes Core classes Adapter(backend: str) A public adapter class. Parameters ---------- backend Backend identifier. config(path: str = 'settings.ini') Configuration manager. Normally auto-excluded, but present because no_auto_exclude is true. Parameters ---------- path Config file path. ## Functions Public functions run(data: str) -> str Run a processing pipeline. Parameters ---------- data Input data string. Returns ------- str Processed output. main() CLI entry point. Normally auto-excluded, but present because no_auto_exclude is true. Returns ------- None logger() Create a logger instance. Normally auto-excluded, but present because no_auto_exclude is true. Returns ------- None