LICENSE
README.md
pyproject.toml
src/godot_animation_verifier/__init__.py
src/godot_animation_verifier/analyze.py
src/godot_animation_verifier/capture.py
src/godot_animation_verifier/cli.py
src/godot_animation_verifier/detect_missing.py
src/godot_animation_verifier/frames.py
src/godot_animation_verifier/models.py
src/godot_animation_verifier/suggestions.py
src/godot_animation_verifier/video.py
src/godot_animation_verifier.egg-info/PKG-INFO
src/godot_animation_verifier.egg-info/SOURCES.txt
src/godot_animation_verifier.egg-info/dependency_links.txt
src/godot_animation_verifier.egg-info/entry_points.txt
src/godot_animation_verifier.egg-info/requires.txt
src/godot_animation_verifier.egg-info/top_level.txt
tests/test_analyze.py
tests/test_capture.py
tests/test_cli.py
tests/test_detect_missing.py
tests/test_false_positives.py
tests/test_frames.py
tests/test_godot_integration.py
tests/test_godot_scenes.py
tests/test_helpers.py
tests/test_models.py
tests/test_region_attribution.py
tests/test_scale_scenes.py
tests/test_severity.py
tests/test_suggestions.py
tests/test_video.py