#!/usr/bin/python from Xhtml import output def main(): output.main() if __name__ == '__main__': main()