Hi, Ive noticed while browsing operator snippets that the return images snippet for the webserver has the line
from PIL import Image
however PIL is not an installed 3rd party package. I know its easy to isntall via pip, but I feel that having a 3rd poarty package thats not packaged with TD by default in the operator snippets is not intended behaviour