uncountable.types.recipe_inputs_t.QuantityBasis

class uncountable.types.recipe_inputs_t.QuantityBasis

Enum where members are also (and must be) strings

ARBITRARY = 'arbitrary'
MASS = 'mass'
MOLES = 'moles'
VOLUME = 'volume'