#!/usr/bin/python3

import sys

from recommonmark.scripts import cm2xml


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