from src.ImageManipulation.CropImage import * def GetImageManipulationList() -> list: return [CropImage()]