Files
full-stack-fastapi/{{cookiecutter.project_slug}}/backend/app/app/models/msg.py
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

6 lines
68 B
Python

from pydantic import BaseModel
class Msg(BaseModel):
msg: str