Traktor/source/crop_protection_product.py

5 lines
185 B
Python

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