fix: de golmon

This commit is contained in:
starnakin 2023-12-21 10:41:39 +01:00
parent 4eaa35584d
commit bcf6868150

View File

@ -1,3 +1,11 @@
from django.db import models
# Create your models here.
in_matchmaking = {
"tournaments": {
},
"normal": {
}
}