fix: add package

This commit is contained in:
liuyuanchuang
2025-12-29 20:02:07 +08:00
parent 874fd383cc
commit f97791ca18
5 changed files with 10 additions and 7 deletions

View File

@@ -136,4 +136,3 @@ class ImageProcessor:
buffer.seek(0)
return base64.b64encode(buffer.getvalue()).decode("utf-8")