In [ ]:
#! /usr/bin/python
import mcpi.minecraft as minecraft

""" hello world test app

    @author: goldfish"""

mc = minecraft.Minecraft.create()
mc.postToChat("Hello, Minecraft!")