from pathlib import Path def get_python_files(root: Path): return sorted(root.rglob("*.py"))