ft_transcendence/matchmaking/models.py

11 lines
119 B
Python
Raw Normal View History

2023-12-11 07:39:53 -05:00
from django.db import models
# Create your models here.
2023-12-21 04:41:39 -05:00
in_matchmaking = {
"tournaments": {
},
"normal": {
}
}