"""Run the demo."""

import subprocess

subprocess.call(["proselint", "--debug", ">/dev/null"], shell=True)
