#!/usr/bin/env python

from logilab.doctools import xmlformat
import sys

xmlformat.run(sys.argv[1:])

