import unittest class TestBlank(unittest.TestCase): def test(self) -> None: pass