wip
This commit is contained in:
6
app/routers/models/status.py
Normal file
6
app/routers/models/status.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Status(BaseModel):
|
||||
id: str
|
||||
name: str
|
||||
Reference in New Issue
Block a user