debian-python-lml/examples/robotchef_chinesecuisine/robotchef_chinesecuisine/roast.py

7 lines
123 B
Python

from robotchef.plugin import Chef
class Roast(Chef):
def make(self, food=None):
print("I can roast " + food)