ft_transcendence/matchmaking/models.py
2023-12-21 10:41:39 +01:00

11 lines
119 B
Python

from django.db import models
# Create your models here.
in_matchmaking = {
"tournaments": {
},
"normal": {
}
}