sugar-toolkit-gtk3/tests/simulator/demo/chaitanya.py

9 lines
131 B
Python
Raw Normal View History

2006-10-09 16:10:01 +02:00
from sugar.simulator import Bot
bot = Bot()
bot.name = 'chaitanya'
2006-10-09 18:29:54 +02:00
bot.share_chat('giraffes', 'All About Giraffes')
2006-10-09 16:10:01 +02:00
bot.start()