Example #1
0
'''
Created on Feb 8, 2014

@author: Brandon
'''

from Display import Display
from World import World
from Debug import Debug


if __name__ == "__main__": 
    wrapper = Debug()
    wrapper.mainLoop()