#!/usr/bin/python3

import sys

from myst_parser.cli import print_anchors


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