1
0
Fork 0
mirror of https://github.com/quantum5/2048.git synced 2025-04-24 20:41:57 -04:00
2048/_2048/__init__.py
2017-11-18 20:54:25 -05:00

4 lines
93 B
Python

from .game import Game2048
from .manager import GameManager
from .main import run_game, main