import templates from bottle and django. Use bootstrap for HTML content
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from uuid import UUID
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class SportResponse(BaseModel):
|
||||
id: UUID
|
||||
name: str
|
||||
Reference in New Issue
Block a user