#!@@HOMEBREW_CELLAR@@/maigret/0.6.0/libexec/bin/python
import sys
from IPython import start_ipython
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(start_ipython())
