deleted tractor_addons.py

This commit is contained in:
jedryb 2022-03-24 17:30:09 +01:00
parent bd91525bf4
commit b1d33c5e41

View File

@ -1,8 +0,0 @@
class Addon:
"""class representing plants"""
def __init__(self, type, capacity, application):
self.type = type
self.capacity = capacity
self.application = application