Terminis/terminis/pytetris/__init__.py
2019-02-25 09:50:41 +01:00

3 lines
46 B
Python

from .core import Tetris
__all__ = ["Tetris"]