adding opencv to requirements.txt

This commit is contained in:
vb
2025-10-20 14:36:34 +02:00
parent 8f1ae488eb
commit 8f8f4b11ce
4 changed files with 8 additions and 10 deletions

View File

@@ -1,10 +1,7 @@
from abc import ABC, abstractmethod
from typing import Any
import sys
sys.path.append('..')
from ..ImageContainer import ImageContainer
from ImageContainer import ImageContainer
class ImageManipulation(ABC):