Só ta funfando o status e o blur por enqunato

This commit is contained in:
dede-
2023-08-31 15:15:50 -03:00
parent 6f93461ed9
commit 74a1a8458e
19 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
from wand.image import Image
class ImageHelper:
SimpleImage = None
BigImage = None
@staticmethod
def load_images():
# ImageHelper.SimpleImage = Image(filename="simpleimage.png")
# ImageHelper.BigImage = Image(filename="bigimage.png")
pass
ImageHelper.load_images()