#!/usr/bin/python3

import sys

from myst_parser.parsers.docutils_ import cli_html5


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