bbc89f6
1
2
3
4
5
6
7
8
9
10
11
from pydantic import BaseModel class User(BaseModel): id: str google_id: str email: str name: str given_name: str profile_picture: str generation_credits: int train_credits: int