#!/usr/bin/python
import Sword
mgr=Sword.SWMgr()
mod=mgr.getModule('StrongsHebrew')
word='7225'
mod.KeyText(word)
print mod.RenderText()

