#!/home/runner/work/nv2apretty/nv2apretty/.venv-mypy/bin/python
import sys
from nv2apretty import prettify_file
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(prettify_file())
