2048/src/game/__init__.py
2024-01-03 17:58:40 +02:00

4 lines
65 B
Python

from .game import Game2048, play
__all__ = ["Game2048", "play"]