File size: 165 Bytes
62862ac
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from pydantic import BaseModel


class WalletSchema(BaseModel):
    id: int
    brand_name: str
    bg_image: str
    logo: str
    font_color: str
    bg_color: str