Esempio n. 1
0
 def __init__(self, my_arg=None):
     super().__init__()
     self.satelites = [Satellite.start(id) for id in range(100, 200)]