mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
a3ca7ecb37
* feat(docker): added docker for prod * feat(refacto): moved to modules
6 lines
72 B
Python
6 lines
72 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class User (BaseModel):
|
|
email: str
|