refactor (untested)

This commit is contained in:
Mariano Gabriel
2026-06-28 21:12:13 -03:00
parent 5ea05eb553
commit cc64544d50
26 changed files with 540 additions and 340 deletions

2
tests/_stubs/cv2.py Normal file
View File

@@ -0,0 +1,2 @@
# Empty stub so meetus.frame_extractor (which does `import cv2`) imports in test
# environments without OpenCV. Tests never exercise cv2 functionality.