relocate sources

This commit is contained in:
Thomas Peetz
2025-04-21 03:56:55 +02:00
parent 101ece44d8
commit 94782fc468
2 changed files with 87 additions and 258 deletions
+8
View File
@@ -0,0 +1,8 @@
from uuid import UUID
from pydantic import BaseModel
class SportResponse(BaseModel):
id: UUID
name: str