sugar-toolkit-gtk3/tests/simulator/kiu.py

8 lines
156 B
Python
Raw Normal View History

2006-09-10 03:07:10 +02:00
#!/usr/bin/python
2006-09-10 13:31:08 +02:00
from sugar.simulator import Bot
from sugar.canvas.IconColor import IconColor
2006-09-10 13:31:08 +02:00
bot = Bot('kiu', IconColor('#5E4505,#0F8A0F'))
bot.start()