mekasu0124

Untitled

Sep 21st, 2024
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. from pydantic import BaseModel
  2.  
  3.  
  4. class User(BaseModel):
  5.     username: str
  6.     password: str
  7.  
Advertisement
Add Comment
Please, Sign In to add comment