6 lines
62 B
Python
Raw Normal View History

import unittest
class TestCase(unittest.TestCase):
pass