Example #1
0
 def __init__(self, provider):
     """Initialise the information provider. This is responsible for
     having a {{position}} method which returns an x, y, z tuple."""
     Screen.__init__(self)
     self.provider = provider
Example #2
0
 def __init__(self, provider):
     """Initialise the information provider. This is responsible for
     having a {{position}} method which returns an x, y, z tuple."""
     Screen.__init__(self)
     self.provider = provider