#!@@HOMEBREW_CELLAR@@/jupytext/1.19.3/libexec/bin/python
import sys
from jupytext_config.__main__ import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
