mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +01:00
5 lines
94 B
Python
5 lines
94 B
Python
from pydantic import BaseModel
|
|
|
|
class ShieldVerifyBody(BaseModel):
|
|
token: str
|
|
uid: str |