#! /usr/bin/env python
# -*- coding: utf-8 -*-

import game

game.Game().start()
