#!/usr/bin/python
# -*-Python-*-
#

import conv_text, sys

if __name__ == '__main__':
    conv_text.totext_main(sys.argv)
