mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
4 lines
65 B
Python
4 lines
65 B
Python
from .game import Game2048, play
|
|
|
|
__all__ = ["Game2048", "play"]
|