7 lines
89 B
Python
7 lines
89 B
Python
import unittest
|
|
|
|
|
|
class TestConfig(unittest.TestCase):
|
|
def test_config(self):
|
|
pass
|