#!python

# This script provides a simple interface to the PyMarkdown project.

from pymarkdown import PyMarkdownLint

PyMarkdownLint().main()
