mirror of
https://github.com/quantum5/2048.git
synced 2025-04-24 04:21:58 -04:00
4 lines
93 B
Python
4 lines
93 B
Python
from .game import Game2048
|
|
from .manager import GameManager
|
|
from .main import run_game, main
|