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

7 lines
125 B
Python

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