debian-python-lml/examples/robotchef/robotchef/robot_cuisine/electrify.py

7 lines
147 B
Python

from robotchef.plugin import Chef
class Boost(Chef):
def make(self, food=None, **keywords):
print("I can cook %s for robots" % food)