Gurucool_Test / schemas /two_fa.py
ashwinR's picture
Upload 245 files
b7a7f32
raw
history blame contribute delete
80 Bytes
from pydantic import BaseModel
class Two_FA_Confirm(BaseModel):
totp: int