OnlineJudge/problem/tests.py

7 lines
92 B
Python
Raw Normal View History

# coding=utf-8
from django.test import TestCase
class ProblemPageTest(TestCase):
pass