test_zadanie_S3/app/shemas.py
2024-03-23 14:09:12 +03:00

5 lines
86 B
Python

from pydantic import BaseModel
class SImage(BaseModel):
resized_image_link: str