Skip to content

Commit 66f626b

Browse files
committed
feat: create ISayHelloDto.py
1 parent 532ee58 commit 66f626b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dtos/ISayHelloDto.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from pydantic import BaseModel
2+
3+
class ISayHelloDto(BaseModel):
4+
message: str

0 commit comments

Comments
 (0)