debian-python-lml/examples/v2/robotchef_api/robotchef_api/robot_cuisine/electricity.py

7 lines
151 B
Python

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