from abstract import AbstractPartition
class SinglePartition(AbstractPartition):
def get_start(self):
return 0