Poodletooth-iLand/otp/distributed/PotentialShard.py

9 lines
176 B
Python
Raw Normal View History

2015-11-14 13:28:53 -06:00
class PotentialShard:
def __init__(self, id):
self.id = id
self.name = None
self.population = 0
self.active = 1
self.available = 1