Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/bots/penelope.py
blob: 30774ae7d30c12f611b3c1adb90ede9205431a2b (plain)
1
2
3
4
5
6
from sugar.simulator import Bot

bot = Bot()
bot.name = 'penelope'

bot.start()