# coding=utf-8 from django.db import models from problem.models import AbstractProblem class ContestProblem(AbstractProblem): pass