Poodletooth-iLand/otp/distributed/PotentialShard.py
2015-05-24 17:21:40 +03:00

8 lines
No EOL
175 B
Python

class PotentialShard:
def __init__(self, id):
self.id = id
self.name = None
self.population = 0
self.active = 1
self.available = 1