#!/usr/bin/env python
import continuousEngine
import pygame
pygame.init()
continuousEngine.run_local(continuousEngine.game_class('yosenabe'))
