mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
5 lines
74 B
Python
5 lines
74 B
Python
from .game import Game
|
|
from .menu import Menu
|
|
|
|
__all__ = ["Menu", "Game"]
|