#!/usr/bin/python3

import sys

from xhtml2pdf.pisa import command


if __name__ == "__main__":
    sys.exit(command())
