**Description** Reduce `openvariant/find_files/find_files.py` to a one-line delegation to `_core.find_files`. **Files** - `openvariant/find_files/find_files.py` — REWRITE **Definition of Done** - [ ] `findfiles(path, annotation)` returns a list of file paths (unchanged API) **Documentation needed:** No external API changes. **Tests needed:** - Existing `tests/test_find_files.py` must pass without modification
Description
Reduce
openvariant/find_files/find_files.pyto a one-line delegation to_core.find_files.Files
openvariant/find_files/find_files.py— REWRITEDefinition of Done
findfiles(path, annotation)returns a list of file paths (unchanged API)Documentation needed: No external API changes.
Tests needed:
tests/test_find_files.pymust pass without modification