#!/usr/bin/env python
"""
Format and compress XML documents
"""
import xmlformatter

if __name__ == "__main__":
	xmlformatter.cli()