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