parent
de439ac08d
commit
88879b111d
@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class PinDTO(BaseModel):
|
||||
title: str
|
||||
description: str
|
Loading…
Reference in new issue