import pygame
import sys
from pygame.locals import *
from view import View
import Event, Model, Controller, EventManager

class RegressionTest: