from django.test import TestCase


# Create your tests here.
class DummyTestCase(TestCase):
    def test_pass(self):
        pass
