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

9 lines
119 B
Python
Raw Normal View History

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