from pydantic import BaseModel class About(BaseModel): name: str email: str bio: str github: str gitea: str