feat: get boards endpoint
This commit is contained in:
10
schemas/status.py
Normal file
10
schemas/status.py
Normal file
@ -0,0 +1,10 @@
|
||||
from schemas.base import BaseSchema
|
||||
|
||||
|
||||
class BaseStatusSchema(BaseSchema):
|
||||
name: str
|
||||
|
||||
|
||||
class StatusSchema(BaseStatusSchema):
|
||||
id: int
|
||||
lexorank: str
|
||||
Reference in New Issue
Block a user