6 lines
64 B
Python
6 lines
64 B
Python
![]() |
import unittest2
|
||
|
|
||
|
|
||
|
class TestCase(unittest2.TestCase):
|
||
|
pass
|