#!/opt/cross/arm/3.4.5-xscale-softvfp/bin/python

import pydoc
if __name__ == '__main__':
    pydoc.cli()
