from backend import SengaFiller from numpy import ndarray,asarray from PIL import Image class DummySengaFiller(SengaFiller): def run(self,image: Image.Image) -> ndarray: return asarray(image)