Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
6 lines
84 B
Python
6 lines
84 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class AvatarUploadOut(BaseModel):
|
|
message: str
|