3 lines
76 B
Python
3 lines
76 B
Python
from .core import Tetris, Mino, Point
|
|
|
|
__all__ = ["Tetris", "Mino", "Point"] |