Primera version estable de microservicios
This commit is contained in:
8
schemas/acuseSchema.py
Normal file
8
schemas/acuseSchema.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
from pydantic import BaseModel
|
||||
from uuid import UUID
|
||||
|
||||
class AcuseSchema(BaseModel):
|
||||
document_id: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user