init commit. Skeleton prepared
This commit is contained in:
4
services/match/src/app/schemas/common.py
Normal file
4
services/match/src/app/schemas/common.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Message(BaseModel):
|
||||
message: str
|
||||
Reference in New Issue
Block a user