Blob Blame History Raw
#!/usr/bin/python

from Xhtml import output

def main():
    output.main()

if __name__ == '__main__': main()