mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-04 03:22:06 +00: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
|