class maplet:
    """Base class for MapLets"""
    def getLayout(self):
        """Gets layout for objects in maplet, returns a [[],[]] list"""
        pass
    
    def getImages(self):
        '''gets a list of the objects used in the level. The indices 
        in the layout refer to the sprites in this list'''
        
        