mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
7 lines
95 B
Python
7 lines
95 B
Python
import unittest
|
|
|
|
|
|
class TestBlank(unittest.TestCase):
|
|
def test(self) -> None:
|
|
pass
|