#! /usr/bin/env python
# -*- coding: UTF-8 -*-
from term2048.ui import start_game
start_game()
