def post_load(self, data): return types.ZoneDraft(**data)
def post_load(self, data, **kwargs): return types.ZoneDraft(**data)