made a dum dum

This commit is contained in:
Remy Moll 2023-11-03 12:07:59 +01:00
parent 0501d7ea7c
commit f33d420321

View File

@ -2,6 +2,7 @@ from image_convert import ImageShrink
from image_get import ImageGetter
try:
from image_show import ImageShow
show_image = True
except ImportError:
print("ImageShow not found. Image will not be displayed.")
show_image = False