Vorbereitung Release 0.2.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from uuid import UUID
|
||||
|
||||
from typing import AnyStr
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class SportResponse(BaseModel):
|
||||
id: UUID
|
||||
id: AnyStr
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user