Implement associations

This commit is contained in:
Sebastiaan
2025-06-10 20:23:50 +02:00
parent 2cec60cce3
commit 13a1b4dd1e
9 changed files with 410 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ from app.models.event import (
Event,
EventCreate,
)
from app.models.association import (
Association,
)
from app.models.team import (
Team,
TeamCreate,