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

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

bot.share_chat('All About Giraffes')

bot.start()