RUFAS.data_structures.manure_types module#

class RUFAS.data_structures.manure_types.ManureType(*values)#

Bases: Enum

This is an Enum class that represents different types of manure.

Attributes#

LIQUIDstr

Represents liquid manure.

SOLIDstr

Represents manure in solid form.

LIQUID = 'liquid'#
SOLID = 'solid'#