Module Shadow
[hide private]
[frames] | no frames]

Source Code for Module Shadow

 1  # Shadow.py 
 2   
 3  ''' 
 4  Dummy class to make RaspiBrick source compatible with RaspiSim. All methods are empty. 
 5  ''' 
 6   
7 -class Shadow():
8 ''' 9 Dummy class to make RaspiBrick source compatible with RaspiSim. All methods are empty. 10 ''' 11
12 - def __init__(self, *args):
13 pass
14
15 - def getCenter(self):
16 return None
17
18 - def inShadow(self, targe):
19 return False
20