#!/usr/bin/python
from sugar.simulator import Bot
from sugar.canvas.IconColor import IconColor
bot = Bot('kiu', IconColor('#5E4505,#0F8A0F'))
bot.start()