#! /usr/bin/python

try:
    from chemfp.commandline.simsearch import main
    main()
except KeyboardInterrupt:
    raise SystemExit()
