debian-python-lml/examples/robotchef_britishcuisine/robotchef_britishcuisine/bake.py

7 lines
121 B
Python

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