"""
pygments.__main__
~~~~~~~~~~~~~~~~~
Main entry point for ``python -m pygments``.
:copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""importsysfrompip._vendor.pygments.cmdlineimportmaintry:sys.exit(main(sys.argv))exceptKeyboardInterrupt:sys.exit(1)