This website requires JavaScript.
Explore
Help
Register
Sign In
bing
/
TakwayPlatform
forked from
killua/TakwayPlatform
Watch
1
Star
0
Fork
You've already forked TakwayPlatform
0
Code
Pull Requests
Activity
f1a844c84a
TakwayPlatform
/
app
/
schemas
/
base.py
6 lines
110 B
Python
Raw
Blame
History
from
pydantic
import
BaseModel
class
BaseResponse
(
BaseModel
)
:
status
:
str
message
:
str
data
:
dict
View Git Blame
Copy Permalink