5 lines
71 B
Python
5 lines
71 B
Python
from unittest import TestCase
|
|
|
|
|
|
class BaseTestCase(TestCase):
|
|
pass
|