Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/chaitanya.py
blob: 09423cb199bd3248c4282af87bd7d3a6691c216e (plain)
1
2
3
4
5
6
7
8
from sugar.simulator import Bot

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

bot.share_chat('giraffes', 'All About Giraffes')

bot.start()