We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532ee58 commit 66f626bCopy full SHA for 66f626b
src/dtos/ISayHelloDto.py
@@ -0,0 +1,4 @@
1
+from pydantic import BaseModel
2
+
3
+class ISayHelloDto(BaseModel):
4
+ message: str
0 commit comments