from abstract import AbstractPartition
class SinglePartition(AbstractPartition):
def _before_create(self, e):
pass