mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
6 lines
67 B
Python
6 lines
67 B
Python
from django.db import models
|
|
|
|
|
|
class Group(models.Model):
|
|
pass
|