mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
9 lines
128 B
Python
9 lines
128 B
Python
# coding=utf-8
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import models
|
|
|
|
|
|
class SMTPConfig(models.Model):
|
|
pass
|