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