Commit inicial

This commit is contained in:
Ricardo 2026-09-11 17:22:41 -03:00
commit 5385af660d
10 changed files with 173 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from pydantic import BaseModel
class CancelamentoPropostaInput(BaseModel):
id: str