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