mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
from .screens import Game, Main, Preview, Score, Tetris
|
|
|
|
__all__ = ["Main", "Game", "Preview", "Score", "Tetris"]
|