class CropProtectionProduct: def __init__(self, strong_against, plant_type): self.strong_against = strong_against # pestycyd, herbicyd self.plant_type = plant_type