4 lines
111 B
Python
4 lines
111 B
Python
from src.ImageManipulation.CropImage import *
|
|
|
|
def GetImageManipulationList() -> list:
|
|
return [CropImage()] |