Bases: object
object
Base class for all meats.
Return a description of the meat.
A description of the meat.
str
Bases: BaseMeat
BaseMeat
Beef meat class
Cook a steak of a given size.
size (str) – The size of the steak. Default is “medium”.
Bases: Beef
Beef
Wagyu beef class
Cook sukiyaki of a given size.
size (str) – The size of the sukiyaki. Default is “large”.
Pork meat class
Cook bacon of a given size.
size (str) – The size of the bacon. Default is “medium”.
Contents: