relocate sources

This commit is contained in:
Thomas Peetz
2025-04-21 03:56:55 +02:00
parent 097a3efd4a
commit 882f48de0b
4 changed files with 149 additions and 397 deletions
+8
View File
@@ -0,0 +1,8 @@
from uuid import UUID
from pydantic import BaseModel
class SportResponse(BaseModel):
id: UUID
name: str